posted 10 years ago
In this program outer class create a frame in which a button b call the inner class, Inner class also create a frame in which on pressing button b1 change the tittle of outer class frame.
Well this code is working fine but i want to know is there some better approach instead of creating method? at line 32.
thanks.