Show or hide the window.
(boolean visible)
| 76 | |
| 77 | /** Show or hide the window. */ |
| 78 | public void setVisible(boolean visible); |
| 79 | |
| 80 | /** Set true if we want to resize things (default is not resizable) */ |
| 81 | public void setResizable(boolean resizable); |
no outgoing calls