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 85156 - JTable does not allow editing of rowheight
Summary: JTable does not allow editing of rowheight
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 16:56 UTC by jschek
Modified: 2007-04-26 13:53 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 jschek 2006-09-18 16:56:02 UTC
The JTable GUI properties does not allow me to edit row height.
Comment 1 Jan Stola 2007-04-26 13:52:45 UTC
Fixed. The property is not returned by JTable's BeanInfo. I had to add it 
explicitly.

Modified file:
/cvs/form/src/org/netbeans/modules/form/RADComponent.java,v
new revision: 1.165; previous revision: 1.164