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 85642 - IDE does not load look and feel classes when using gui editor
Summary: IDE does not load look and feel classes when using gui editor
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-24 06:55 UTC by sigalduek
Modified: 2006-10-21 00:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans log file (24.71 KB, text/plain)
2006-09-24 06:56 UTC, sigalduek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sigalduek 2006-09-24 06:55:23 UTC
I'm using the latest bits of substance look and feel(dev 3.1) on NetBeans 5.5
development build from September 10. when opening the gui editor the L&F classes
are not loaded and ClassNotFoundException  is thrown (see attached log file).
NetBeans 5.5 development build from September 10
Comment 1 sigalduek 2006-09-24 06:56:24 UTC
Created attachment 34418 [details]
Netbeans log file
Comment 2 Jiri Prox 2006-09-25 08:45:46 UTC
Reassigning to form module
Comment 3 Jan Stola 2006-09-25 14:54:48 UTC
The latest version of NetBeans module with substance look and feel seems to be 
corrupted. I am not even able to start the IDE with this module installed. It 
ends up in continuous stream of exceptions.

java.lang.AbstractMethodError:
org.jvnet.substance.shaperpack.button.ButterflyButtonShaper.getButtonOutline
(Ljavax/swing/AbstractButton;Ljava/awt/Insets;II)Ljava/awt/geom/GeneralPath;
  at org.jvnet.substance.utils.ButtonBackgroundDelegate.getBackground
     (ButtonBackgroundDelegate.java:336)
  at org.jvnet.substance.utils.ButtonBackgroundDelegate.updateBackground
     (ButtonBackgroundDelegate.java:592)
  at org.jvnet.substance.SubstanceButtonUI.
     __org__jvnet__substance__SubstanceButtonUI__update
    (SubstanceButtonUI.java:290)
  at org.jvnet.substance.SubstanceButtonUI.update(SubstanceButtonUI.java)
  at org.jvnet.substance.netbeans.NetbeansSubstanceButtonUI.
     updateNetbeansSubstanceButtonUI.java:69)
  at javax.swing.JComponent.paintComponent(Unknown Source)
  ...
Comment 4 kirillcool 2006-09-27 22:17:32 UTC
Substance-specific issues (like the exception stack below) should be opened on
https://substance-netbeans.dev.java.net

Since the latest version is in mid-development, the packages are not fully
aligned. It's highly recommended to use the latest stable release.
Comment 5 kirillcool 2006-10-21 00:08:01 UTC
The Substance 3.1dev module should be usable now.