Microsoft
Software
Hardware
Network
Question : html code inside jlabel prevents display of text
I have a jlabel in a program I am working on that I needs to display text on multiple lines. Supposedly a jlabel supports simple HTML so the following should work:
JLabel label = new JLabel("<html>New line.<br> testing</html>");
firstFrame.add(label);
However when the html tags are present, my jframe opens, but the text is not displayed. As soon as i remove the tags, the text is displayed, but of course not formatted correctly. It doesn't seem to matter what particular html i use inside the tags, nothing displays.
What's going on?
Answer : html code inside jlabel prevents display of text
Oh, sorry. So it's displaying in it's own window using 'html' formatting. I'd use a name other than 'label' just in case it's a reserved word. 'nulablel'? Did you download the HtmlDemo.java and see if it works?
Random Solutions
WebService Client problem
Using VLookup for Data Validation
Is there any way to limit what the users see in shared calendars in Exchange 2003 / Exchange 2007?
SSIS SQL Server 2005 null values
Change key default value by script
look up table value with sql
The location of default.aspx in a website
Sharing camcorder footage
How can I detect a pixel color of an image in Flash using ActionScript 2?
I need a NAS server with 4TB that is expandable to 8TB for around $3000.