3 Jul 17:14
Closing a form from another one
AlexanderPD <pdalex <at> gmail.com>
2009-07-03 15:14:36 GMT
2009-07-03 15:14:36 GMT
Hi, using the netbeans Gui builder i made 2 form, "a" and "b" If i need to close form "a" from "a" i simply need to use: this.setVisible(false); it works! :D but now i need to close "a" from "b" :| using a.setVisible(false); makes an "non-static method setVisible(boolean) cannot be referenced from a static context" :( How can i close "a" from "b"? :( thank you :)
RSS Feed