Rob,

> reference to Box is ambiguous, both class
> javax.swing.Box in javax.swing and class
> Does anyone know a way to get round this?

As it says on the docs, make explicit references to which Box you mean
(only import one of them , then you only have to make explicit
references to one of them)

I suggest using using javax.swing.Box box = new javax.swing.Box(...

If however, you have used .* imports, remove them, are you actually
using the Box in swing? if not, do not import it and the error goes
away! =)

Chris

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to