mirror of
https://github.com/badvision/jace.git
synced 2026-04-19 19:16:49 +00:00
Fix broken images
This commit is contained in:
@@ -48,8 +48,8 @@ public class JaceApplication extends Application {
|
||||
Scene s = new Scene(node);
|
||||
s.setFill(Color.BLACK);
|
||||
primaryStage.setScene(s);
|
||||
primaryStage.titleProperty().set("jace");
|
||||
Utility.loadIcon("jace_icon.png").ifPresent(icon -> {
|
||||
primaryStage.titleProperty().set("Jace");
|
||||
Utility.loadIcon("app_icon.png").ifPresent(icon -> {
|
||||
primaryStage.getIcons().add(icon);
|
||||
});
|
||||
} catch (IOException exception) {
|
||||
|
||||
Reference in New Issue
Block a user