> >
> >$ javac HelloSwing.java
> >HelloSwing.java:1: Package java.swing not found in import.
> >import java.swing.*;
> >           ^

This won't work since swing is under com.sun.java.swing.*

See if that helps,
Brad

-- 
--- There are two kinds of knowledge, you either know the answer or
                        you know where to find it
                      -Kane, Johnson, and anonymous

Reply via email to