bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/34577] New: The rootpane of a JFrame can not be changed


From: gnu_andrew at member dot fsf dot org
Subject: [Bug swing/34577] New: The rootpane of a JFrame can not be changed
Date: 24 Dec 2007 21:30:03 -0000

Each JFrame has a root pane which can be changed using the setRootPane method. 
This fails in GNU Classpath outside of the construction of the JFrame with an
IllegalArgumentException.

java.lang.IllegalArgumentException
   at java.awt.Container.addImpl(Container.java:329)
   at java.awt.Container.add(Container.java:295)
   at javax.swing.JFrame.addImpl(JFrame.java:262)
   at java.awt.Container.add(Container.java:278)
   at javax.swing.JFrame.setRootPane(JFrame.java:229)
   at TestRootPane.<init>(TestRootPane.java:15)
   at TestRootPane.main(TestRootPane.java:9)


-- 
           Summary: The rootpane of a JFrame can not be changed
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: swing
        AssignedTo: roman at kennke dot org
        ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 34078
             nThis:


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





reply via email to

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