View Single Post
Pro contributor
8Jul2011,14:09  
virxen's Avatar
define one global JInternalFrame

public JInternalFrame frame1;

in the JMenuItem action listener do not use
something like ---> new JInternalFrame();
refer to frame1 instead.


for more i must see your code.