Set true if we want to resize things (default is not resizable)
(boolean resizable)
| 70 | |
| 71 | /** Set true if we want to resize things (default is not resizable) */ |
| 72 | public void setResizable(boolean resizable); |
| 73 | |
| 74 | /** Dumb name, but inherited from Frame and no better ideas. */ |
| 75 | public void setAlwaysOnTop(boolean always); |
no outgoing calls
no test coverage detected