()
| 197 | } |
| 198 | |
| 199 | @Override |
| 200 | public void requestFrame() { |
| 201 | if (!isClosed()) { |
| 202 | App.runOnUIThread(() -> { |
| 203 | if (!isClosed()) { |
| 204 | _nRequestFrame(); |
| 205 | } |
| 206 | }); |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | @Override |
| 211 | public Window maximize() { |
nothing calls this directly
no test coverage detected