Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4078327

Out of memory error on JTextPane

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1
    • client-libs
    • None
    • sparc
    • solaris_2.5.1


       Some methods always thrown java.lang.OutOfMemoryError.
       

      import com.sun.java.swing.text.*;
      import com.sun.java.swing.*;

      public class Test {
        public static void main(String[] args) {

            JTextPane c = new JTextPane(new DefaultStyledDocument());
                  
            try {
              c.setText("The text"); // <---- or,
                                           // for example ,c.setLogicalStyle(a style)
            } catch (Throwable e)
                { System.out.println("Unexpected "+e+" "+e.getMessage());
                  return;
                }

          System.out.println("OK. No exceptions.");
        }
      }

            tprinzing Tim Prinzing (Inactive)
            jeff Jeff Dinkins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: