bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/27208] New: JSplitPane.getAlignmentX() loop


From: david dot gilbert at object-refinery dot com
Subject: [Bug classpath/27208] New: JSplitPane.getAlignmentX() loop
Date: 18 Apr 2006 21:39:02 -0000

The getAlignmentX() method in the JSplitPane class gets into a loop - try
running the following program:

import javax.swing.JSplitPane;

public class JSplitPaneTest 
{

  public static void main(String[] args)
  {
    JSplitPane sp = new JSplitPane();
    System.out.println(sp.getAlignmentX());
  }
}

The output should be '0.0', but with GNU Classpath (recent CVS) this goes into
a loop.


-- 
           Summary: JSplitPane.getAlignmentX() loop
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: david dot gilbert at object-refinery dot com


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





reply via email to

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