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 204337 - Arrows keys to position controls
Summary: Arrows keys to position controls
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 14:40 UTC by dmarmieri
Modified: 2011-10-27 14:40 UTC (History)
0 users

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 dmarmieri 2011-10-27 14:40:05 UTC
I have a dialog with many jCheckboxes without text (only the small square is visible) below 1 character labels (just an example).

It is almost impossible to properly align the controls (I tried with all available layouts).

At last I choose Absolute layout and hand modified the .form and .java files since moving the controls with the mouse does not allow proper alignement.

A very simple solution would be to allow positioning the controls using the arrow keys (exactly like Visual Studio does).

Thanks