Patrick Hays wrote:

> First, my apologies for what I know has to be a dumb question.
>
> I just started trying to use java with RHL 5.2 and downloaded all the
> tarballs for jdk, jre, etc. and then used the examples from the Java
> NutShell book to "exercise" the installation with everything fine except
> for examples needing swing components.  It wasn't absolutely clear to me
> from the documentation if swing was/wasn't supported although I guess it
> isn't.
>
> If it _is_ available could someone please point me to place to look?
> Otherwise I shall have to continue doing java development on NT (sigh).
>
> You humble and obedient...
>
> Patrick

Swing (aka Java Foundation Classes) is not part of Java 1.1.
It is available separately.
You can download it from the javasoft web site:
 http://java.sun.com/products/jfc/index.html
You should download the zip archive, it is smaller
than the compressed tar archive :-)

-Martin

--
Martin Sorgatz
[EMAIL PROTECTED]

Reply via email to