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 101334 - Minimal size for wizard window should be specified
Summary: Minimal size for wizard window should be specified
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 13:04 UTC by Michael Nazarov
Modified: 2007-09-04 08:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (2.35 KB, image/png)
2007-04-17 13:05 UTC, Michael Nazarov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2007-04-17 13:04:20 UTC
Because small-sized window looks ugly. See attach for example.
Comment 1 Michael Nazarov 2007-04-17 13:05:23 UTC
Created attachment 41071 [details]
screenshot
Comment 2 Kirill Sorokin 2007-05-06 13:33:44 UTC
Now the wizard frame may have a minimum and maximum size set. (Maximum currently
is set to [-1,-1] which means no limit). Unfortunately when the window is
resized to something less than minimum size, the window will flicker a little -
that's the Swing limitation. :(

-> FIXED
Comment 3 Michael Nazarov 2007-09-04 08:57:32 UTC
Works except of noted limitation.