Color Chooser won't show up upon selecting it in the menu

Issue #13 closed
Robert Leach created an issue

Anastasia said that the UI was unclear and that it was buggy. The only concrete feedback was that it just wouldn't open. If we clearly find other issues with it upon resolving the opening issue, we should create another issue.

Comments (5)

  1. Robert Leach reporter

    Here's a screen-cast of the color-dialog-not-opening issue:

    http://gen-rlimac.princeton.edu/~rleach/TREEVIEWBUGS/color-dialog-wont-open.mov

    And here's the java error:

    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at ColorChooser.ColorChooserController$ThumbSelectionListener.<init>(ColorChooserController.java:64) at ColorChooser.ColorChooserController.addAllListeners(ColorChooserController.java:37) at ColorChooser.ColorChooserController.<init>(ColorChooserController.java:27) at Controllers.TVFrameController$2.run(TVFrameController.java:759) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744) at java.awt.EventQueue.access$400(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:697) at java.awt.EventQueue$3.run(EventQueue.java:691) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:714) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

  2. Log in to comment