[EMAIL PROTECTED] wrote:
Hello...

Drawing HTML code in Panel ??
i.g.
String s = "<html><H1>Hello..</H1></html>";

  This should be possible:
  add(new JLabel(s));

  Dmitri


g2d.drawString(s,x,y);

OR any other way?? to draw HTML in Panel using Graphics2D...  :D
[Message sent by forum member 'abc3d' (abc3d)]

http://forums.java.net/jive/thread.jspa?messageID=285438

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to