Reputation: 349
Does anyone know any good resources where I can find and use custom Swing components with more advanced functionality than the default swing. More specifically I am looking for
Also if you know any good custom look and feels you can share that would be great. I have found several but if you know something that is good please advise.
Upvotes: 1
Views: 1306
Reputation: 9296
You can find advanced components and concept for custom design here with explaination
-JXDatePicker -JXPanel -JXGlassPanel -JXTitledPanel -JXHyperLink -JXRadioGroupy -JXRadioGroup
http://www.tutego.de/java/additional-java-swing-components.htm
Upvotes: 0
Reputation: 3215
For the 1st part - SwingX is the best solution.
For look and feels see here
Upvotes: 1
Reputation: 1487
Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications. Highlights include:
Upvotes: 4