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 37369

Summary: window layout distorted after restart
Product: platform Reporter: John Jullion-ceccarelli <johnjullion>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot of windows layout after restart

Description John Jullion-ceccarelli 2003-11-20 11:22:46 UTC
I have the IDE maximized on a large monitor
(1600x1200). When I close and reopen the IDE,
Properties, Output, and Filesystems are huge and
the Source Editor is tiny. Anyway it's not the way
I left it when it closed. See screenshot.
Comment 1 John Jullion-ceccarelli 2003-11-20 11:25:58 UTC
Created attachment 12234 [details]
screenshot of windows layout after restart
Comment 2 Peter Zavadsky 2003-11-20 13:17:42 UTC
Problem is that there is a sequence,

- seting splits
- making main window visible
- setting it maximized


if I put the setting maximize on the top, it doesn't get maximized
actually... so I will try to find out why.. .. if it will not be
possible to reorder... I put there some hack to update split (they are
computed relatively to the size of main window).
Comment 3 Peter Zavadsky 2003-11-20 14:07:43 UTC
So the update (set) of split positions is moved to the end of that stack.

Fixed in [trunk]

core/windows/../view/DefaultView.java 1.6
Comment 4 Marian Mirilovic 2004-03-18 10:01:07 UTC
verified in NB 3.6 RC1