javax.swing.text StyledDocument Does not display
Thank you for your bug report. I'll investigate the cause of this problem. Would you send me a sample source to reproduce it, please?
public static JTextPane chatText = null;
...
chatText = new JTextPane();
...
Thank you. I can reproduce the problem with your code, and I found a bug in JVM. (Bug #20056) I'll fix it.
javax.swing.text StyleDocument does not display text. The screen is blank on HTC Tilt2. Runs fine on computer. Same issue will all applications that use StyledDocuments.