Hi,
now I tried a long time to implement an JButton in a JTable-Cell.
I know that I've to write a CellEditor and a CellRenderer, and may be a TableModel.
I read the Swing-Tutoriel from Sun, but I really have problems with it. I looked in the examples but I doesn't understand it.
How is a CellEditor, a CellRenderer and TableModel built up?
What I've to do, to realize what I want?
How I implement what I've created?
Based on some examples I tried to rebuild the editor on my own :
Do anyone knows some other good sites or tutoriels about this?
Greetx
Lars