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 73629 - At startup Application is not restored
Summary: At startup Application is not restored
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: David Simonek
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2006-03-16 08:18 UTC by krishnaraj_s
Modified: 2009-12-21 05:13 UTC (History)
0 users

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 krishnaraj_s 2006-03-16 08:18:07 UTC
When the application is started, as per the platform feature we try to 
remember the window positions during the previous run etc.,

But the problem is that when I minimize the application and in taskbar right 
click and close the application. At the next start of the applictaion, it 
comes as minimized. The User is of the impression that startup is failed, as 
they may not notice in the taskbar.

Also sometimes, when I maximise / restore, all of the child components are not 
repainted. e.g., Neubar, toolbar etc., I need to minimize and maximize again 
to see all teh components of the application. In my Applictaion I do the 
following

WindowManager.getDefault().getMainWindow().setExtendedState
(Frame.MAXIMIZED_BOTH);
WindowManager.getDefault().getMainWindow().setVisible(true);

On a particular action i will hide the application and from systemtray icon i 
call the above menthods.

First issue can be observd in NB IDE always.
Second issue occurs rarely & sporadic in IDE and Applictaion.
Comment 1 David Simonek 2007-01-03 14:28:46 UTC
Reproduced, accepted. I tried other apps (Firefox ect) and indeed it seems that
they *don't* keep minimized state. Minor issue IMHO, edge case.
Comment 2 Lukas Hasik 2008-04-10 21:21:50 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Quality Engineering 2009-12-21 05:13:46 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team