« Return to Thread: TableCellRenderer in netbeans.

Re: TableCellRenderer in netbeans.

by Tim Boudreau :: Rate this Message:

Reply to Author | View in Thread

Sowade Kayode wrote:
> Hi,
> i have a customTableCellRenderer class. how do i point to this calss as
> the default renderer from the properties tab of the design view. i am
> actually new to netbeans

You don't;  you want to provide custom property editors (which can
include custom painting code) for the properties you want to display.
Have a look at the JavaBeans spec, and the Nodes API, specifically
Node.Property.

-Tim

 « Return to Thread: TableCellRenderer in netbeans.