Style in TabelModel

Hallo

I have more JTables in different JPanels. They have all the same Model that I constructed it from AbstractTableModel.

Now I want to do a type off Cascade Style for my tables. I want that all tables have the same fonts, the same style for TableHeader, the same column style and colour.

It is possible that I write a class or interface for my Style? or I have to configured each table manual with all this style characteristic?

Thank you

[472 byte] By [profion23a] at [2007-11-26 21:21:46]
# 1
Use add renderers to each table that displays the text in the cell the way you want.
camickra at 2007-7-10 3:01:14 > top of Java-index,Desktop,Core GUI APIs...