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 130543 - Set Desinger Size dialog does not check users input
Summary: Set Desinger Size dialog does not check users input
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 16:10 UTC by Petr Dvorak
Modified: 2009-05-25 20:57 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 Petr Dvorak 2008-03-19 16:10:31 UTC
Product Version: NetBeans IDE Dev (Build 200803190008)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.24-12-generic running on i386; UTF-8; en_US (nb)

Open a project with a JFrame form. Open the Visual Designer for the JFrame form. Double click the forms border. A dialog
appears. It expects input in the form "int, int" (two numbers), but it does not check users input, so you can type
anything in the dialog. As user is not notified about incorrect input, I consider it as a small issue.

It would be nice if there was a dialog with two JSpinners (height, width) instead of one text input.

See also this issue: http://www.netbeans.org/issues/show_bug.cgi?id=128462

Dimensions of the dialog should be editable from the Properties window as well, as double click on the border is not
really intuitive.