Thats really awesome. But in general, are JavaFX Applications or Desktop applications in general still relevant in 2021?
@wayanfjwork50373 жыл бұрын
Why not?
@mymoviemania19 ай бұрын
Lol, desktop applications will be relevant as long as desktops are there
2 ай бұрын
Yes, I'm building my own desktop applications hahahah.
@alfredochola59712 жыл бұрын
wow. beautiful
@jsvrs3 жыл бұрын
hello, what the initialize method does? I am kinda confuse . What are those arguments passed URL, ResourceBoundle for or what they do? All my project I did was without an initialize method. I did it like this, for example for buttons: @FXML void pressPlay(ActionEvent event) throws FileNotFoundException { playMusic(); }
@seun71142 жыл бұрын
Hi, how do you make the side panel/slider not visible at first. I’m currently woking on a project and I would like the slider to be hidden until someone clicks on the Menu icon. Thank you.
@mitchellw52603 жыл бұрын
I'm struggling to get the :hover working in the css file. I think my .css file and fxml file are not properly connected. Do you have any suggestions?
@raviel4983 жыл бұрын
If you're using Scenebuilder, click on your root Pane In properties : Stylesheet ( add your css file ) and everything is good