Set the window (and dock, or whatever necessary) title.
(String title)
| 64 | |
| 65 | /** Set the window (and dock, or whatever necessary) title. */ |
| 66 | public void setTitle(String title); |
| 67 | |
| 68 | /** Show or hide the window. */ |
| 69 | public void setVisible(boolean visible); |
no outgoing calls
no test coverage detected