Ignore:
Timestamp:
01/28/14 16:46:08 (10 years ago)
Author:
csl14
Message:

Added Exploratory Search settings package; can now specify height and width or fullscreen mode for JfxBrowser and specify whitespace margins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/JfxBrowser.java

    r748 r766  
    6666        private static final String FORWARD = "forward";
    6767        private static final String REFRESH = "refresh";
    68         private static final String GETFRAME = "getframe";
    69        
    70         public static final int VERT_OFFSET = 50;
    71         public static final int VERT_CROP = 88;
    72         public static final int HORZ_CROP = 15;
     68        private static final String CONVERT = "convert";
     69       
     70        public static final int VERT_OFFSET = 70;
     71        public static final int VERT_CROP = 38;
     72        public static final int HORZ_CROP = 16;
    7373       
    7474        private WebBrowserPanel _browser;
     
    563563                } else if(carried.getText().toLowerCase().equals(REFRESH)) {
    564564                        refresh();
    565                 } else if(carried.getText().toLowerCase().equals(GETFRAME)) {
     565                } else if(carried.getText().toLowerCase().equals(CONVERT)) {
    566566                        getFrame();
    567567                } else {
Note: See TracChangeset for help on using the changeset viewer.