bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/27393] New: JTextArea.setText("") hangs.


From: audriusa at bluewin dot ch
Subject: [Bug swing/27393] New: JTextArea.setText("") hangs.
Date: 2 May 2006 16:12:09 -0000

JTextArea hangs if the text being set with this method is the empty string.
This is one of the bugs that hang Protege.

The simple test case:

import javax.swing.JTextArea;

public class SetText
{
  public static void main(String[] args)
  {
    new JTextArea().setText("");
  }
}

Hence the JTextArea even does not need to be displayed.


-- 
           Summary: JTextArea.setText("") hangs.
           Product: classpath
           Version: 0.90
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: swing
        AssignedTo: roman at kennke dot org
        ReportedBy: audriusa at bluewin dot ch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27393





reply via email to

[Prev in Thread] Current Thread [Next in Thread]