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 - JTable column types is missing ImageIcon, Icon
Summary: JTable column types is missing ImageIcon, Icon
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 16:59 UTC by jschek
Modified: 2006-09-18 16:59 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: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.