Re: Swing Problems

1999-09-15 Thread Jeff Galyan
Make sure you're using correct package naming in your Swing apps; i.e., javax.swing NOT com.sun.java.swing. --Jeff Robert Mullen wrote: > > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use swing but anything >

Re: Swing Problems

1999-09-15 Thread Thomas M. Sasala
Linux JDK 1.2 is the same as all other JDK 1.2's. It wouldn't be called Java if it wasn't. Robert Mullen wrote: > > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use swing but anything > that uses swing

Re: Swing Problems

1999-09-15 Thread peter pilgrim
[EMAIL PROTECTED] wrote: > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use swing but anything > that uses swing bombs with and a class not found error. This includes the > demo's that came with the installation

Swing Problems

1999-09-14 Thread Robert Mullen
Are the swing classes supported in the blackdown port of the 1.2 JDK? I can write, compile and execute code properly if I don't use swing but anything that uses swing bombs with and a class not found error. This includes the demo's that came with the installation. Do I need to set a classpath spec