|
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
[Prev in Thread] | Current Thread | [Next in Thread] |