Adding HTML support for JLabel.setText()
-----------------------------------------
Key: HARMONY-6668
URL: https://issues.apache.org/jira/browse/HARMONY-6668
Project: Harmony
Issue Type: Bug
Affects Versions: 6.0M4
Reporter: Vincent Siveton
According sun, text in JLabel could be in HTML
void setText(String)
String getText()
Sets or gets the text displayed by the label. You can use HTML tags to format the text, as
described in Using HTML in Swing Components.
http://download.oracle.com/javase/tutorial/uiswing/components/label.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|