Open prajapati-rasik opened 4 years ago
Hey there! Are you looking to make a GUI for a desktop program or a web application?
Hey there! Are you looking to make a GUI for a desktop program or a web application?
desktop programme
I have experience working with JavaFX if you need help
I have experience working with JavaFX if you need help
That will be good but I don't have any experience with JavaFX
Here's some links that might be helpful https://docs.oracle.com/javase/8/scene-builder-2/get-started-tutorial/jfxsb-get_started.htm https://www.tutorialspoint.com/javafx/javafx_application.htm https://www.youtube.com/watch?v=Z1W4E2d4Yxo
It turns out JavaFX is no longer a part of the native library (> JDK 8) Java Swing might be less of a hassle to work with https://www.javatpoint.com/java-swing
Open JFX will allow you to work with JavaFX. I haven't used it yet but it's supposed to be very good and I plan to soon.
which IDE will be more suitable for this? Netbeans or Eclipse?
Netbeans can setup JavaFX 11 for you so it might be easier to use, but it should work with either one.
Adding GUI
GUI is a very great way to present software in a better way to people. I want to add GUI to this project. I would like to take suggestion and help for this.