(String title)
| 10999 | } |
| 11000 | |
| 11001 | @Override |
| 11002 | public void setTitle(String title) { |
| 11003 | deprecationWarning("setTitle"); |
| 11004 | surface.setTitle(title); |
| 11005 | } |
| 11006 | |
| 11007 | @Override |
| 11008 | public void setUndecorated(boolean ignored) { |
nothing calls this directly
no test coverage detected