I have a project where I want badly to use the htlm-in-component stuff
that is part of Swing1.1.1 (you can label your buttons,fields, etc. with
any html, .e.g., 
    String htmlText =
        "<html>A JLabel with <i>various <font color=blue>text styles<br>"
        + "And a new line!</font></i>";
    JLabel myLabel = new JLabel(htmlText);
)

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 ?

(I also want to use the cleaner image access stuff that comes as
part of jdk1.2/java2d, thus 1.1. isn't suitable)

thanks!


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

Reply via email to