Ignore:
Timestamp:
2016-06-15T14:58:34+02:00 (7 years ago)
Author:
Don-vip
Message:

fix #12954 - IllegalComponentStateException with detached dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/WindowGeometry.java

    r10378 r10384  
    99import java.awt.GraphicsDevice;
    1010import java.awt.GraphicsEnvironment;
     11import java.awt.IllegalComponentStateException;
    1112import java.awt.Insets;
    1213import java.awt.Point;
     
    5758     *
    5859     * @param window the window
     60     * @throws IllegalComponentStateException if the window is not showing on the screen
    5961     */
    6062    public WindowGeometry(Window window) {
Note: See TracChangeset for help on using the changeset viewer.