(boolean value)
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public Window lockMouseCursor(boolean value) { |
| 93 | // TODO impl me! |
| 94 | return this; |
| 95 | } |
| 96 | |
| 97 | @Override |
| 98 | public Window setVisible(boolean isVisible) { |
nothing calls this directly
no outgoing calls
no test coverage detected