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 42800 - 'Cannot initialize GTK colors' in console
Summary: 'Cannot initialize GTK colors' in console
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Stola
URL:
Keywords: PERFORMANCE
: 42845 (view as bug list)
Depends on: 42140
Blocks:
  Show dependency tree
 
Reported: 2004-05-05 07:49 UTC by Jaromir Uhrik
Modified: 2006-03-24 10:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
console stack attached (14.41 KB, text/plain)
2004-05-05 07:50 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2004-05-05 07:49:34 UTC
[200405041800; j2sdk1.4.2_03]
When I create new JFrameForm then following
exception is written in the console - see attachment.
Comment 1 Jaromir Uhrik 2004-05-05 07:50:29 UTC
Created attachment 14704 [details]
console stack attached
Comment 2 _ tboudreau 2004-05-05 13:41:11 UTC
*** Issue 42845 has been marked as a duplicate of this issue. ***
Comment 3 _ tboudreau 2004-05-05 13:42:35 UTC
Adding PERFORMANCE keyword - resolving the entire contents of UIDefaults (swing UI 
classes, etc.) is probably adding 1-2 seconds to first open of a form.
Comment 4 Tomas Pavek 2004-05-05 14:14:04 UTC
I've already filed issue 42140 a time ago.
Comment 5 Jan Stola 2004-07-02 10:47:42 UTC
The exception is no longer thrown during the form opening => closing.
Comment 6 Jan Stola 2004-07-02 10:56:00 UTC
Sorry, I used a switch that avoids UIDefaults resolving (by accident)
=> reopening. The exception is not thrown, but the message is still
written to the output.
Comment 7 Jan Stola 2004-07-07 12:59:45 UTC
Resolution of UIDefaults has been modified; not all UIDefaults
are resolved => the message is not written to the console.
Comment 8 Jaromir Uhrik 2004-08-17 11:52:40 UTC
Verified in 200408170540; jdk1.5.0-rc-b63.