GUI Builder: Where to get Icons for Swing components

Hi,

I am creating a GUI Builder for Swing GUIs and I am searching for icons representing Swing Components as seen in many GUI Builders like JBuilder.

So I want to have ToggleButtons with icons in a toolbar, to let the user choose what Swing Component to create (e.g. JTextField, JList, etc.).

Are there any free icons for Swing Components?

Thank you very much for your help.

Regards,

Alex

[432 byte] By [JavaFan2005a] at [2007-10-2 4:03:58]
# 1
I would just make a snapshot and crop it in a picture editor and save it as a transparent gif.
micro5a at 2007-7-15 23:26:29 > top of Java-index,Desktop,Core GUI APIs...
# 2
Have a look at http://java.sun.com/developer/techDocs/hi/repository/ which is Sun's free collection of standard icons.
ipooleya at 2007-7-15 23:26:29 > top of Java-index,Desktop,Core GUI APIs...
# 3

Hi ipooley,

thanks for this reply but I know that page already.

What I am searching for are icons of JComponents like JButton or JTextField etc. . You can see them for example in some GUI builders like JBuilder-Designer and they are looking as if they are Java native.

Regards,

Alex

JavaFan2005a at 2007-7-15 23:26:29 > top of Java-index,Desktop,Core GUI APIs...