Hi, probably a very stupid question, but I come across this for the first time, so I open a new jFrame
new ViewEditImage().setVisible(true); and then I want to close it.
So:
new ViewEditImage().setVisible(false); So:
jPanel1.setVisible(false); Nothing works