Bernardo Paz Betancourt wrote:
>
>
> Ok, thankyou, I understand, my problem is that I dont have the javax package
> How could I find it, I´m using Linux 5.2 whith JDK 1.1.7 and there is
> not any "javax" in the crs.zip (?) directory.
>
Ah - under 1.1.x, Swing is a separate download. Get Swing
> At 03:12 a.m. 01/05/99 -0600, you wrote:
> >Keep the javax.swing.* line, only remove javax.swing.preview.
> >
> >--Jeff
>
> Ok, thankyou, I understand, my problem is that I dont have the
javax> package
> How could I find it, I´m using Linux 5.2 whith JDK 1.1.7 and there is
> not any "javax" i
At 03:12 a.m. 01/05/99 -0600, you wrote:
>Keep the javax.swing.* line, only remove javax.swing.preview.
>
>--Jeff
Ok, thankyou, I understand, my problem is that I dont have the javax package
How could I find it, I´m using Linux 5.2 whith JDK 1.1.7 and there is
not any "javax" in the crs.zip (?)
At 09:41 p.m. 29/04/99 -0600, you wrote:
>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
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
I think you'll find that the JFileChooser stuff is no longer in a 'preview'
package but is now javax.swing.JFileChooser.
i.e. the source code of the example is out of date and needs changing.
Rob
Robert Williams wrote:
> Trying to compile FileChooserExample.java from
>
>http://java.sun.com/pr
Trying to compile FileChooserExample.java from
http://java.sun.com/products/jfc/tsc/archive/tech_topics_arch/file_chooser/file_chooser.html
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?
--
Bob