Modify ↓
Opened 12 months ago
Closed 12 months ago
#145 closed defect (fixed)
OSGiFXMLLoader does not forward ResourceBundle to FXMLLoader
| Reported by: | anonymous | Owned by: | tom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.0 |
| Component: | runtime-osgi | Version: | 0.0.14 |
| Keywords: | Cc: |
Description
I can provide the OSGIFXMLLoader a ResourceBundle?. But the load method does not forward the ResourceBundle? to the FXMLLoader.
In OSGiFXMLLoader.java there should be the following line inserted after line 56:
loader.setResources(resourceBundle);
Attachments (0)
Change History (3)
comment:1 Changed 12 months ago by christian.heindl@…
comment:2 Changed 12 months ago by tom
- Milestone set to 0.1.0
comment:3 Changed 12 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Bumping to get notifyied about changes.