JLabel with html tag can not be disabled or setForegroud?!
843805May 10 2006 — edited Aug 12 2006I have some JLabel(s) with html tags, eg:
JLable lbl1 = new JLabel();
lbl1.setText("<html>My<br>Label</html>");
When I tried to disable the JLabel OR setForeGround to the JLabel, it doesn't work! (The label is not dimmed)
Can anyone tell me how to disable the JLabel which has text with html tags? Thanks!