This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242901 - InternalError: Unable to instantiate contrib.ch.randelshofer.quaqua.colorchooser.ColorPalettesChooser
Summary: InternalError: Unable to instantiate contrib.ch.randelshofer.quaqua.colorchoo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Other (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 13:34 UTC by agusmilan00
Modified: 2014-04-27 06:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195512


Attachments
stacktrace (3.56 KB, text/plain)
2014-03-14 13:34 UTC, agusmilan00
Details
stacktrace (4.10 KB, text/plain)
2014-04-27 06:44 UTC, agusmilan21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description agusmilan00 2014-03-14 13:34:33 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
agusmilan00: <Please provide a description of the problem or the steps to reproduce>

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: I have a Jlabel and I want to change the colours of its foreground with the colour chooser




Stacktrace: 
java.lang.InternalError: Unable to instantiate contrib.ch.randelshofer.quaqua.colorchooser.ColorPalettesChooser
   at org.jvnet.substance.SubstanceColorChooserUI.createDefaultChoosers(SubstanceColorChooserUI.java:85)
   at contrib.ch.randelshofer.quaqua.Quaqua13ColorChooserUI.installUI(Quaqua13ColorChooserUI.java:61)
   at contrib.ch.randelshofer.quaqua.Quaqua14ColorChooserUI.installUI(Quaqua14ColorChooserUI.java:45)
   at javax.swing.JComponent.setUI(JComponent.java:664)
   at javax.swing.JColorChooser.setUI(JColorChooser.java:239)
   at javax.swing.JColorChooser.updateUI(JColorChooser.java:250)
Comment 1 agusmilan00 2014-03-14 13:34:35 UTC
Created attachment 146023 [details]
stacktrace
Comment 2 agusmilan21 2014-04-27 06:44:57 UTC
Created attachment 146963 [details]
stacktrace

<Please provide a description of the problem or the steps to reproduce>