.. | .. |
---|
1939 | 1939 | |
---|
1940 | 1940 | //? flashIt = false; |
---|
1941 | 1941 | CameraPane pane = (CameraPane) cameraView; |
---|
1942 | | - pane.clickStart(location.x, location.y, 0); |
---|
| 1942 | + pane.clickStart(location.x, location.y, 0, 0); |
---|
1943 | 1943 | pane.clickEnd(location.x, location.y, 0, true); |
---|
1944 | 1944 | |
---|
1945 | 1945 | if (group.selection.size() == 1) |
---|
.. | .. |
---|
2400 | 2400 | { |
---|
2401 | 2401 | /**/ |
---|
2402 | 2402 | FileDialog browser = new FileDialog(frame, dialogName, FileDialog.LOAD); |
---|
2403 | | - browser.show(); |
---|
| 2403 | + browser.setVisible(true); |
---|
2404 | 2404 | String filename = browser.getFile(); |
---|
2405 | 2405 | if (filename != null && filename.length() > 0) |
---|
2406 | 2406 | { |
---|