Show or hide the window.
(boolean visible)
| 67 | |
| 68 | /** Show or hide the window. */ |
| 69 | public void setVisible(boolean visible); |
| 70 | |
| 71 | /** Set true if we want to resize things (default is not resizable) */ |
| 72 | public void setResizable(boolean resizable); |
no outgoing calls