ICON set for JavaFX application is visible in Windows but not in Ubuntu
问题 It is a bit weird or maybe there is something wrong with my code. I am setting JavaFX application ICON which is very well visible on Windows system but not on Ubuntu. On Windows: On Ubuntu: Any idea about the reason behind this. Code Sample: @Override public void start(Stage stage) throws Exception { try { setUserAgentStylesheet(STYLESHEET_MODENA); FXMLLoader loader = new FXMLLoader(); Parent root = (Parent) loader.load(getClass().getResourceAsStream("ui/ParentWindow.fxml")); final