Is there any library I can use to create shiny user interfaces in Java?
e.g. The Intel Graphics & Media Control Panel is written in .Net.
Intel Graphics & Media Control Panel
I want to know how to create such UI in Java.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well you can use and customize your UI with Swing.
Nowdays there is also JavaFx 2.0.
Also there are a lot of extensions like those from SwingLabs,JGoodies,Jide,Glazed List and the amazing Substance look& feel ,Steel Series etc.
Just google for this terms you get a lot of useful links.
http://download.oracle.com/javafx/
http://www.jgoodies.com/
http://swingx.java.net/
http://java.net/projects/substance/
http://harmoniccode.blogspot.com/
Be aware is not easy and out of the box functionality but you can do anything.