On 1999-11-23 07:56:06 -0500, Brad Giaccio wrote:
> On Tue, Nov 23, 1999 at 12:44:26PM +0100, Martin Schröder wrote:
> > On 1999-11-22 16:27:59 -0800, noisebrain wrote:
> > > This will work under 1.1 by supplying the appropriate swing on the
> > > CLASSPATH.  I does not work under 1.2pre-v2 - the swing there is
> > > older.  Is there any way to replace or override the swing that
> > > comes with 1.2pre-v2 ?
> > 
> > Call your java with 
> >    -Xbootclasspath:/opt/swing-1.1.1fcs/swingall.jar:/opt/jdk1.2/jre/lib/rt.jar
> > 
> 
> Technically you can do that but according to sun that won't work,
> because their are a lot of important differences like Graphics2D that
> will keep things from working.  So the short answer is no, now if you
> just want fancy text you probabbly need to extend a textfield and you
> its document model instead of a label.

Yes. You will get warnings like these:

warning: running 1.1 version of SwingUtilities
warning: running 1.1 version of SystemEventQueueUtilities
warning: running 1.1 version of Utilities
warning: running 1.1 version of DebugGraphics
warning: running 1.1 version of SwingGraphics

Best regards
   Martin
-- 
                  Martin Schröder, [EMAIL PROTECTED]
            ArtCom GmbH, Grazer Straße 8, D-28359 Bremen
           Voice +49 421 20419-44 / Fax +49 421 20419-10

PGP signature

Reply via email to