how to
dispose()currentJIntenalFrame?
public class A extends JIntenalFrame
{
class B extends JIntenalFrame
{
//i like to dispose current B class to dispose()
B.dispose();
}
}
i am working with some inner JIntenalFrame.
is there is any way to dispose it?
if you use inside the
this.dispose()then it will close theMain JIntenalFrameso while working inside theJIntenalFramefor those operation we can use theCLASS_NAME.this.operation(). like wiseB.this.dispose();