Hi,
I hope there will be a suitable function or easy way to enable/disable save button until something is really changed in the GUI(frame). My frame consists of several panels, textboxes, Jtable,Jtree e.t.c. How can I design some function until some infomation is manually chnaged by the user to enable the save button?
I saw eclipse handles it well, untill something is changed in the code the save button is inactive and when the changes are reverted save button is automatically disabled. I would like to have one search method for my form.
Any help is appreciated.
thanks