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 22578 - IDE (Desktop Pane) isn't initialized after restart in MDI
Summary: IDE (Desktop Pane) isn't initialized after restart in MDI
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 09:49 UTC by Marian Mirilovic
Modified: 2008-12-23 09:40 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 Marian Mirilovic 2002-04-18 09:49:15 UTC
[nb_dev](20020418), [jdk1.4](fcs)

Steps to reproduce:
- run IDE (in Setup Wizard select MDI)
- close Welcome Screen
- restart IDE
-> IDE is up, but Desktop Pane isn't initialized
(you can see only MainFrame with big gray Desktop
Pane)
Comment 1 mslama 2002-04-18 09:55:16 UTC
I take it
Comment 2 mslama 2002-04-18 09:55:43 UTC
x
Comment 3 mslama 2002-04-18 12:25:38 UTC
Fixed in main trunk. Modified WindowManagerImpl r.1.128.

Problem is caused by #22538. This fix should be removed after #22538
is fixed.

During start of IDE setVisible(true) was not called on current workspace.
Comment 4 Marian Mirilovic 2002-04-19 08:36:15 UTC
verified in [nb_dev](20020419)
Comment 5 Quality Engineering 2003-07-01 16:29:34 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.