PandaH.
03/17/2020, 11:01 AMMax
03/17/2020, 11:50 AMPandaH.
03/17/2020, 1:22 PMMax
03/17/2020, 1:24 PMMax
03/17/2020, 1:24 PMPandaH.
03/17/2020, 2:07 PMPandaH.
03/17/2020, 2:12 PMPandaH.
03/17/2020, 2:21 PMMax
03/17/2020, 2:44 PMval resource = this.javaClass.getResourceAsStream("/tray_icon.png")
Max
03/17/2020, 2:46 PMMax
03/17/2020, 2:46 PMMax
03/17/2020, 2:46 PMPandaH.
03/17/2020, 2:49 PM../../../../../../resources/main/image.png
PandaH.
03/17/2020, 2:49 PMPandaH.
03/17/2020, 2:56 PMURL location = getClass().getResource("resources/scenes/Welcome.fxml");
Parent root = FXMLLoader.load(location);
but it didnt workMax
03/17/2020, 3:00 PMMax
03/17/2020, 3:01 PMclass CounterView : View() {
override val root : BorderPane by fxml()
}
and then having CounterView.fxml in the same packageMax
03/17/2020, 3:03 PMMax
03/17/2020, 3:03 PMPandaH.
03/17/2020, 3:17 PM