prajapati-rasik / library-management-system

it is a project based on object oriented programming concepts in java
0 stars 0 forks source link

adding GUI #1

Open prajapati-rasik opened 4 years ago

prajapati-rasik commented 4 years ago

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.

echang97 commented 4 years ago

Hey there! Are you looking to make a GUI for a desktop program or a web application?

prajapati-rasik commented 4 years ago

Hey there! Are you looking to make a GUI for a desktop program or a web application?

desktop programme

echang97 commented 4 years ago

I have experience working with JavaFX if you need help

prajapati-rasik commented 4 years ago

I have experience working with JavaFX if you need help

That will be good but I don't have any experience with JavaFX

echang97 commented 4 years ago

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

J-Daniel-S commented 4 years ago

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.

https://openjfx.io/

prajapati-rasik commented 4 years ago

which IDE will be more suitable for this? Netbeans or Eclipse?

echang97 commented 4 years ago

Netbeans can setup JavaFX 11 for you so it might be easier to use, but it should work with either one.