Changeset 10384 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-06-15T14:58:34+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/WindowGeometry.java
r10378 r10384 9 9 import java.awt.GraphicsDevice; 10 10 import java.awt.GraphicsEnvironment; 11 import java.awt.IllegalComponentStateException; 11 12 import java.awt.Insets; 12 13 import java.awt.Point; … … 57 58 * 58 59 * @param window the window 60 * @throws IllegalComponentStateException if the window is not showing on the screen 59 61 */ 60 62 public WindowGeometry(Window window) {
Note: See TracChangeset
for help on using the changeset viewer.