-
loading JInternalFrames
hello
how to unload the current JInternalFrame and load another JInternalFrame of one parent JFrame.I want that second internalframe appears automatically as the first internal frame disappears when we click finish button of first JInternalFrame.
thanks in advance
-
Hello Vishaka,
In the listener of finish button close the 1st internalFrame and load the 2nd one.
Hope that solves ur problem
-
hello niveditha
on actionlistioner of finish button when I close my 1st InternalFrame and then load 2nd Int.frame it doesn't work as jif1.setClosed(true) encunters it is closed and remaining code is not get executed.
-
hello Niveditha
on actionlistioner of finish button when I close my 1st InternalFrame and then load 2nd Int.frame it doesn't work as jif1.setClosed(true) encunters it is closed and remaining code is not get executed.
-
Can u put the code that is doing this,put the whole code if possible.
-
JInternalfFrame
Hi
please can i add a JInternalFrame to a JPanel so that when i click a JButton it appears.Please show the code