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
mac mail profile not recognized / corrupted
Pass recordset from local sql server to remote sql server using access adp
Intermittent internet connectivity for PCs in small remote office
Can't email more than one invoice from Quickbooks Pro 2006 in Outlook
Using Split in VB
Windows 7 clients cannot connect to the server
XP 10 inbound connection limit question
slideshow does not work in firefox
Hyper-V P2V VM Continuous Blue Screen
Find Quartile points from Mean, Maximum and Minimum