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?

Java changed the default HTML JLabel font under JDK 1.4. In addition, under JDK 1.4.x and later, you can change the default HTML font by first calling JLabel.setFont(), but under JDK 1.3.x this is ignored. Therefore, you have to specify the font face, style, size, and color in the HTML explicitly to make them come out the same on 1.3.x vs 1.4.x and later. J2PrinterWorks includes a JLabel subclass called J2Label which makes it easier to create consistent JLabel usage across all JDKs.

More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions