<SOLVED>
Evening all.
Have this small problem, if i happen to have an empty column when i save the data from JTable to disk, it erase all data stored in the file and cast a
Code:Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
I use Vectors with DefaultTableModel. Mabey I can solve it within the try and catch part? Or you guys have a better ide?
