Shiny GUI in Java
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 Gr开发者_开发技巧aphics & Media Control Panel
I want to know how to create such UI in Java.
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.
By default, Swing user interfaces use a look and feel called 'Metal'.
You could try making your own look and feel to accomplish something similar.
精彩评论