I am struggle to make a beautiful GUI in java. As you may know the default look and feel are not attractive that's why I would like to ask if there are existing mechanism or tools to do it thank.
Edited:
I want to develop chart application.
4) There are two options to close the Java Swing application one is EXIT_ON_CLOSE and the other is DISPOSE_ON_CLOSE. 5) DISPOSE_ON_CLOSE doesn't terminate JVM if any user thread is running. 6) You can also implement a window listener to implement your closing mechanism by using System. exit() in the Swing application.
Swing in Java is a lightweight GUI toolkit which has a wide variety of widgets for building optimized window based applications. It is a part of the JFC( Java Foundation Classes). It is build on top of the AWT API and entirely written in java. It is platform independent unlike AWT and has lightweight components.
It depends on what framework you're using. If you're using Swing you can use Java Look and Feel. There are some really nice one's out there but here's a link I found from a simple Google search. I like the Sea Glass one :) This also seems pretty informative and might help you out a little
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With