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 85157

Summary: JTable column types is missing ImageIcon, Icon
Product: guibuilder Reporter: jschek <jschek>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description jschek 2006-09-18 16:59:12 UTC
JTable column types (when editing a JTable model) is missing ImageIcon and 
Icon.

Because the form editor using an anonymous, overriden DefaultTableModel class 
to customize column types, this is non-trivial to workaround.

I must manually copy-paste the generated code and hand modify it. If I make 
any changes to the TableModel, I have to manually synchronize the code.

(You might just consider changing the way you generate the table model.