Re: javax.swing.preview not found

1999-05-03 Thread Jeff Galyan
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

Re: javax.swing.preview not found

1999-05-01 Thread nmeyers
> 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

Re: javax.swing.preview not found

1999-05-01 Thread Bernardo Paz Betancourt
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 (?)

Re: javax.swing.preview not found

1999-04-30 Thread Bernardo Paz Betancourt
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

Re: javax.swing.preview not found

1999-04-29 Thread Jeff Galyan
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

Re: javax.swing.preview not found

1999-04-28 Thread Rob Nugent
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

javax.swing.preview not found

1999-04-28 Thread Robert Williams
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