(File icon)
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public Window setIcon(File icon){ |
| 73 | assert _onUIThread() : "Should be run on UI thread"; |
| 74 | _nSetIcon(icon.getAbsolutePath().toString()); |
| 75 | return this; |
| 76 | } |
| 77 | |
| 78 | @Override |
| 79 | public Window setTitlebarVisible(boolean value) { |
nothing calls this directly
no test coverage detected