Hello Java powers that be,
I've implemented a JTable that I can add/delete rows of information to/from, but I can't actually see the changes until I do something stupid like resize the columns. I currently use a "fireTableCellUpdated(row, col);" doo-hicky in my AbstractTableModel(whenever data is changed) that I thought would do the trick, but I guess not.
I'm not so skilled with the Java/GUI programming stuff, so let me know what other information you might need to know to solve this problem.
Unrelated Problem: Does anyone know how to change the color of the numbers on a JSlider? (I've tried setBackground() and setForeground())
peace.