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 72586 - DialogDisplayer should provide ability to remember preferred size
Summary: DialogDisplayer should provide ability to remember preferred size
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: API
Depends on:
Blocks: 72380
  Show dependency tree
 
Reported: 2006-02-13 07:19 UTC by Martin Krauskopf
Modified: 2010-10-07 10:40 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2006-02-13 07:19:48 UTC
I.e. when the user resizes a dialog, goes away and later invokes the dialog
again it should remeber its size. This feature is very likely needed through the
whole codebase from time to time and everybody has to copy-paste / reinventing
the wheel again and again. Would be very nice to have this feature available in
central place.

E.g. (by Tim in issue 72380) when requesting a dialog, one should be able to
pass a string token, which DialogDisplayer can use to request a saved preferred
size for a dialog, and also any calculation about screen size should be done there.