Skip to content
Snippets Groups Projects
Commit b002ed1f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

added todo

parent 2e8832c1
Branches
Tags
1 merge request!160merge v1_4_0 into master
......@@ -25,6 +25,8 @@ public class Main extends Application
{
Image icon = new Image("/de/deadlocker8/budgetmaster/resources/icon.png");
FXMLLoader loader = new FXMLLoader(getClass().getClassLoader().getResource("de/deadlocker8/budgetmaster/ui/fxml/SplashScreen.fxml"));
//TODO
loader.setResources(Localization.getBundle());
Parent root = (Parent)loader.load();
Scene scene = new Scene(root, 450, 230);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment