« Return to Thread: TableCellRenderer in netbeans.

Re: TableCellRenderer in netbeans.

by Patrizio Cannoni-3 :: Rate this Message:

Reply to Author | View in Thread

In jtable properties, you can use Code --> Post Creation Code, inserting
something like this:
jTable1.setDefaultRenderer(Object.class, new MyDefaultCellRenderer());

Patrizio

Sowade Kayode escreveu:

> 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
> thank you.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

 « Return to Thread: TableCellRenderer in netbeans.