« Return to Thread: TableCellRenderer in netbeans.

Re: TableCellRenderer in netbeans.

by Sowade Kayode :: Rate this Message:

Reply to Author | View in Thread

thanks so much .. it worked. in my country (Nigeria) when we want to hail people like you we say "Brosss ye, you are too much!"

Patrizio Cannoni <patrizio@...> wrote:
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
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

 « Return to Thread: TableCellRenderer in netbeans.