Hello
I remember that sun made a swing example app where all components are
shown on different tabs and source code is available. But I can't find
it again (googled for a while).
Can anybody point to the page where to download it?
Thanks Phil
Michael Dunn - 25 Apr 2007 06:43 GMT
> Hello
> I remember that sun made a swing example app where all components are shown on different tabs and
> source code is available. But I can't find it again (googled for a while).
>
> Can anybody point to the page where to download it?
> Thanks Phil
can't help with a link to the app., but this might be a reasonable alternative
http://java.sun.com/docs/books/tutorial/uiswing/TOC.html
Andrew Thompson - 25 Apr 2007 10:42 GMT
...
>I remember that sun made a swing example app where all components are
>shown on different tabs and source code is available. But I can't find
>it again (googled for a while).
Try this search..
<http://www.google.com/search?q=+site%3Ajava.sun.com+filetype%3Ajnlp>
HTH

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Thomas Fritsch - 25 Apr 2007 11:02 GMT
Philipp schrieb:
> I remember that sun made a swing example app where all components are
> shown on different tabs and source code is available. But I can't find
> it again (googled for a while).
>
> Can anybody point to the page where to download it?
On your local disk:
<your JDK directory>/demo/jfc/SwingSet2/SwingSet2.html

Signature
Thomas
Philipp - 25 Apr 2007 12:07 GMT
> Philipp schrieb:
>> I remember that sun made a swing example app where all components are
[quoted text clipped - 5 lines]
> On your local disk:
> <your JDK directory>/demo/jfc/SwingSet2/SwingSet2.html
Exactly! That's the one.
Thanks again to all who responded.
Phil
Roedy Green - 25 Apr 2007 12:12 GMT
>I remember that sun made a swing example app where all components are
>shown on different tabs and source code is available. But I can't find
>it again (googled for a while).
>
>Can anybody point to the page where to download it?
I have something similar. See http://mindprod.com/jgloss/swing.html
If you go to each component there is a snippet of code to use it.
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Tom Hawtin - 25 Apr 2007 15:32 GMT
> Hello
> I remember that sun made a swing example app where all components are
> shown on different tabs and source code is available. But I can't find
> it again (googled for a while).
SwingSet2. It's in the JDK.
Tom hawtin
Sundar - 26 Apr 2007 05:27 GMT
> Hello
> I remember that sun made a swing example app where all components are
[quoted text clipped - 3 lines]
> Can anybody point to the page where to download it?
> Thanks Phil
http://java.sun.com/docs/books/tutorial/uiswing/components/examples/index.html
-Sundar