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

