If the default HTML JLabel font under JDK 1.4 and later is bold, since there is no “un-bold” or “plain” command in HTML, how do I get a plain font?
Related Questions
- If the default HTML JLabel font under JDK 1.4 and later is bold, since there is no "un-bold" or "plain" command in HTML, how do I get a plain font?
- My HTML JLabel fonts appear to be SansSerif, BOLD, 12, black under JDK 1.4 and later but Serif, PLAIN, 14, blue under JDK 1.3.x, why?
- How can I change the default font style in HTML Editor panel?