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 61147 - [quickfilechooser] doesn't work with GTK
Summary: [quickfilechooser] doesn't work with GTK
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Quick Filechooser (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2005-07-20 10:06 UTC by Martin Krauskopf
Modified: 2006-10-27 09:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2005-07-20 10:06:15 UTC
I think it is due to changes made by Trung (I think) which force to use MetalLF
chooser when GTK is in use. But it makes quickfilechooser "disabled".
Comment 1 Jesse Glick 2005-07-20 19:48:50 UTC
For some reason, in org.netbeans.core.startup.Main, initUICustomizations() is
called after getModuleSystem(), which I presume is the reason. (If you install
the quickfilechooser NBM under GTK, it works fine until you restart the IDE.) I
can try to listen for changes and restore the right filechooser UI.
Comment 2 Jesse Glick 2005-07-20 20:02:36 UTC
Yup, using a listener works.
Comment 3 Martin Krauskopf 2005-07-21 09:03:12 UTC
Thanks, I can switch back again :), v/c