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 112158 - Various property editor issues - part 1
Summary: Various property editor issues - part 1
Status: RESOLVED DUPLICATE of bug 106280
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 106280
  Show dependency tree
 
Reported: 2007-08-07 09:39 UTC by David Kaspar
Modified: 2007-08-28 13:31 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 David Kaspar 2007-08-07 09:39:13 UTC
Form.Title property is using TextArea (should be JTextField), also "Serif" font type is used (should be "dialog" default
~ "Sans Serif").

Boolean property editor is having big ComboBox - should be a single check-box with label that is the same as display
name of the property.

Improve user-code label in all custom-property-editors to "Use user code instead of the value:" or something more
descriptive.

Invalid layout of Float-property-editor - do not use "preferred-size" and "minimum-size" on resizeable components. The
same applies to Task-property-editor.

InstanceName-property editor has "Close" button instead of "OK" and "Cancel" buttons.
Comment 1 Fabiola Rios 2007-08-08 08:38:25 UTC

*** This issue has been marked as a duplicate of 106280 ***