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 36063 - NPE when starting IDE with GTK L&F
Summary: NPE when starting IDE with GTK L&F
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: L&F
Depends on:
Blocks:
 
Reported: 2003-09-12 13:04 UTC by mslama
Modified: 2008-12-22 23:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception call stack (4.97 KB, text/plain)
2003-09-12 13:06 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2003-09-12 13:04:36 UTC
Cannot start current IDE dev build when using -ui
com.sun.java.swing.plaf.gtk.GTKLookAndFeel
Comment 1 mslama 2003-09-12 13:05:19 UTC
It was my current fresh build from CVS 030912.
Comment 2 mslama 2003-09-12 13:06:51 UTC
Created attachment 11608 [details]
Exception call stack
Comment 3 _ tboudreau 2003-09-15 23:04:00 UTC
This is a JDK bug - no subclass of BasicSplitPaneUI can be used with
GTKLookAndFeel - the initialization code in BasicSplitPaneUI expects
things in UIDefaults that are not there.

I've put a workaround in the trunk which simply checks if the classname
of the current look and feel is
com.sun.java.swing.plaf.gtk.GTKLookAndFeel.

org.openide.explorer.propertysheet.PropertySheet 1.125
Comment 4 Jesse Glick 2003-09-18 06:44:40 UTC
Sorry, but if you think there is a bug in the JRE you must file it and
list the bug # here before closing.
Comment 5 _ tboudreau 2003-09-25 12:14:46 UTC
Created bug# 4928019
Comment 6 Marian Mirilovic 2005-07-13 13:24:56 UTC
closed