How to refresh JTable of Frame one on close of Frame two
-
hello i have almost completed my project in java and i want to know is there any way possible to refresh table component or other values residing on mainFrame form of application on closing a separate frame/window/dialog (not child) -------------------------------------- The same i want with jpanels showing within tabs but thats an issue of less priority ;)
Alok sharma
-
hello i have almost completed my project in java and i want to know is there any way possible to refresh table component or other values residing on mainFrame form of application on closing a separate frame/window/dialog (not child) -------------------------------------- The same i want with jpanels showing within tabs but thats an issue of less priority ;)
Alok sharma
Maybe you should either read a book about Swing or read the on-line tutorial. It is very good and will teach you what you need to know if you work through it. http://download.oracle.com/javase/tutorial/uiswing/[^]