How can we make the visual part to code. And how do we hook it up to the code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we make the visual part to code. And how do we hook it up to the code?

30th Nov 2016, 10:27 PM
Predator Vex
Predator Vex - avatar
2 Answers
+ 3
Are you talking about Graphical User Interface? If so, research Swing (The official Java GUI toolkit). Try creating a few dialog box programs. Download IntelliJ Idea and try out their Graphical GUI designer if you so wish. Good luck - the transition from console to GUI is always fun and exciting! 😀
30th Nov 2016, 11:10 PM
Varun Ramani
Varun Ramani - avatar
0
If ur starting go with JavaFX (FXML, Gluon Scene Builder), I think it should be easier and its successor of Swing. U can also code GUI manualy in JavaFX if u want...
1st Dec 2016, 1:10 AM
Petar Suvajac
Petar Suvajac - avatar