(ComponentEvent e)
| 1025 | } |
| 1026 | |
| 1027 | @Override |
| 1028 | public void componentMoved(ComponentEvent e) { |
| 1029 | Point where = ((Frame) e.getSource()).getLocation(); |
| 1030 | sketch.postWindowMoved(where.x, where.y); |
| 1031 | } |
| 1032 | }); |
| 1033 | } |
| 1034 |
nothing calls this directly
no test coverage detected