Plain text in JLabel using HTML
Hi!
I've got a little problem with html and JLabel, so here it is:
I want to create JLabel component that consists of 2 parts:
the first one will be bold and the second will be normal (plain)
and that's a problem
just try it:
jLabel1.setText("<html> <b> bold text</b> plain text</html> ");
As you can see, there is no plain text written as a result and i really don't know WHY? :(
Can anybody please help me?

