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.

Brad
 
-- 
--- There are two kinds of knowledge, you either know the answer or
                        you know where to find it
                      -Kane, Johnson, and anonymous


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

Reply via email to