bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/34078] JConsole fails to run on GNU Classpath


From: gnu_andrew at member dot fsf dot org
Subject: [Bug swing/34078] JConsole fails to run on GNU Classpath
Date: 12 Nov 2007 21:33:47 -0000


------- Comment #1 from gnu_andrew at member dot fsf dot org  2007-11-12 21:33 
-------
This bit of code

        if (index > ncomponents
            || (index < 0 && index != -1)
            || comp instanceof Window
            || (comp instanceof Container
                && ((Container) comp).isAncestorOf(this)))
          throw new IllegalArgumentException();

throws the exception.


-- 


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





reply via email to

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