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 10861 - Workspace bouds are initialized too late.
Summary: Workspace bouds are initialized too late.
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-30 11:50 UTC by Jan Jancura
Modified: 2008-12-22 22:28 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 Jan Jancura 2001-03-30 11:50:15 UTC
1) When: First start of IDE.
2) Where: Window listener on Main Window - method windowOpened
3) What: debuggerWorkspace.getBouds () returns [0, 0, 0, 0]
4) Why: some lazy initialization of WS? We are in state that current WS is 
"Editing" and "Debugging" workspace is created, but it was not used yet.

Workaround:

        Rectangle workspaceBounds = TopManager.getDefault ().
            getWindowManager ().getCurrentWorkspace ().getBounds();
Comment 1 Jiri Rechtacek 2001-09-12 17:55:47 UTC
This part has been redesigned. Cannot reproduce.
Comment 2 Quality Engineering 2003-07-01 15:47:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:13:16 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.