Robert Williams wrote:
> 
> 
> import javax.swing.preview.*;
> 
> returns a "not found in import" message.
> Is this something new that hasn't found it's way
> into the blackdown release?
> 
The package com.sun.java.swing.preview no longer exists. The archive on
java.sun.com still has old code in it, as evidenced by the "com.sun"
package names for the Swing packages. Just remove both imports of the
preview package and you should have no problems with imports. Comb that
source file for methods that don't exist anymore, too - it's a pretty
old example. 

-- 
Jeff Galyan
http://www.anamorphic.com
http://www.sun.com
jeffrey dot galyan at sun dot com
talisman at anamorphic dot com
Sun Certified Java(TM) Programmer
======================================================================
Linus Torvalds on Microsoft and software development:
"... if it's a hobby for me and a job for you, why are you doing such a
shoddy job of it?"

The views expressed herein do not necessarily reflect those of my
employer.

Sun Microsystems, Inc., has no connection to my involvement with the
Mozilla Organization.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to