Archive for September 10th, 2007
where to put the JTextField validation block code???
hi Everyone,
I need an advice or suggestion, I have a JTextField for a primary key entry and when the focus leaves the JTextField, the program would make a searching into a database to seek if this entry has already been inside the table. (aka checking double entries).
if the entry is found inside the table, a [...]
