[Bug 590] Unable to activate (click) checkboxes in jtable
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Dec 3 15:05:52 PST 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=590
------- Comment #7 from dlila at redhat.com 2010-12-03 23:05 -------
I have a simpler reproducer:
public class Test {
public static void main(String[] argv) {
System.setSecurityManager(new SecurityManager());
System.out.println((new
javax.swing.JTable()).getDefaultRenderer(Boolean.class));
}
}
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list