stephanheinemann / worldwind-ui

The JavaFX UI for the Planning and Decision Making Extensions to Worldwind
2 stars 1 forks source link

Resource Dictionary #19

Open stephanheinemann opened 3 years ago

stephanheinemann commented 3 years ago

Externalize UI text elements into a resource dictionary.

stephanheinemann commented 2 years ago

Text constants can be externalized using the resource bundle loader. FXML is however loaded by the afterburner.fx framework which uses configuration.properties only. Methods of the FXMLView may have to be overridden to achieve the same for FXML %property.name elements.