+ 3
graphical user interface
10th Dec 2016, 8:15 PM
manish rawat
manish rawat - avatar
+ 1
gui allows us to interact with computer smoothly with graphics
10th Dec 2016, 8:17 PM
manish rawat
manish rawat - avatar
0
You already might know meaning of it but in terms of java There are two sets of Java APIs for graphics programming: AWT (Abstract Windowing Toolkit) and Swing.
10th Dec 2016, 8:22 PM
Vipul Walia
Vipul Walia - avatar
0
If you are not creating a terminal application, you want to use some Graphical Interface for your application. There is much more libs for creating gui for Java, than just obsolete AWT and unused Swing. JavaFX for example. - The most popular GUI libraries for Java web applications development. Swing is very good for begginers though. Especially when you want to fast design simple (or semi-complex) gui for your project.
11th Dec 2016, 2:40 AM
Maksym ZieliƄski
Maksym ZieliƄski - avatar
- 1
Graphical user interface Examples in Java include AWT, swing, javafx
11th Dec 2016, 9:07 AM
Agaba Ivan
Agaba Ivan - avatar