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

Summary: [JDK 1.3.1] Explorer is grey after start
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: VERIFIED FIXED    
Severity: blocker CC: dkonecny, mslama
Priority: P2 Keywords: JDK_SPECIFIC
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: explorer screenshot

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)