Posts by Mirone • 23 points
3 posts
-
-1
votes1
answer1048
viewsA: How do I make the program change the scene based on one button action in Javafx with Scene Builder?
Try this: Video Load another FXML to the current screen in Javafx…
-
1
votes1
answer3271
viewsQ: How to change the icon of a . jar file?
I would like to know how to change the icon of a file .jar. Is there any way to do this using Scene Builder?
-
1
votes2
answers303
viewsQ: Hexadecimal numbers in reverse
How to print the hexadecimal numbers typed by the user backwards? For example: Entrada: 0x101c4701 Saída: 01471C10 If possible in Java and C++. In reality I want to get the information contained…