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 24588

Summary: Welcome Screen opened with each file
Product: ide Reporter: Marian Mirilovic <mmirilovic>
Component: UIAssignee: Richard Gregor <rgregor>
Status: CLOSED FIXED    
Severity: blocker CC: jlahoda, mslama
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2002-06-10 13:32:35 UTC
[nb_dev](20020610), [jdk1.4.0](fcs)

Steps to reproduce:
- run IDE
- close Welcome Screen
- open some file
-> Welcome Screen is opened too
Comment 1 Richard Gregor 2002-06-11 14:52:59 UTC
Welcome is opened only with each first file which is curiosity. That
means when you open two files and after then close welcome the
behaviour is correct - welcome will be closed and it won't display
with next opened file.
Comment 2 mslama 2002-06-13 12:47:15 UTC
It is caused by defining Welcome component as "opened" in Visual
workspace. Just set it "closed" in wstcref file. When CloneableEditor
is opened it looks in other workspaces for opened components. When it
finds Welcome component opened on Visual workspace it opens Welcome
component on Editing workspace too.
Comment 3 Richard Gregor 2002-06-13 13:09:46 UTC
Thanks Marek. Now it works. 
Comment 4 Marian Mirilovic 2002-06-13 13:33:01 UTC
This issue is pointed as Q-build stopper (20020612) -> please commit
the fix to QBE branch.
Comment 5 Marian Mirilovic 2002-06-14 09:47:05 UTC
verified in [nb_dev](20020614)
Comment 6 Quality Engineering 2003-07-01 15:22:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.