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 31175 - [JDK 1.3.1] Explorer is grey after start
Summary: [JDK 1.3.1] Explorer is grey after start
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-02-18 16:09 UTC by Marian Mirilovic
Modified: 2008-12-23 09:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
explorer screenshot (9.84 KB, image/gif)
2003-02-18 16:10 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-02-18 16:09:55 UTC
[nb_dev](20030218), [jdk1.3.1](05)

Steps to reproduce:
- run IDE 
-> explorer is grey (especially filesystems pane 
- see attached screenshot)

- switch to projects tab 
- switch back
-> filesystems pane is visible
Comment 1 Marian Mirilovic 2003-02-18 16:10:38 UTC
Created attachment 9003 [details]
explorer screenshot
Comment 2 Peter Zavadsky 2003-02-19 10:43:03 UTC
I think this is another componentShowing problem (the method is
necessary to be called before the TopComponent is showing on the
screen) which seems to be not the case in this example.
Comment 3 Peter Zavadsky 2003-02-21 09:33:39 UTC
So it is not a componentShowing problem, but the component is not
visible, which is wrong.
Comment 4 Peter Zavadsky 2003-02-21 10:12:11 UTC
Fixed in [trunk]

core/../windows/frames/SplitContainerImpl.java 1.101
Comment 5 Marian Mirilovic 2003-02-24 14:14:10 UTC
verified in [nb_dev](20030224)