Changeset 412


Ignore:
Timestamp:
11/20/08 09:34:48 (16 years ago)
Author:
ra33
Message:

Added getWindowSize action

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r406 r412  
    6060                FrameGraphics.refresh(false);
    6161        }
     62       
     63        public static String getWindowSize() {
     64                return Browser.getWindows()[0].getSize().toString();
     65        }
    6266
    6367        /**
Note: See TracChangeset for help on using the changeset viewer.