Ignore:
Timestamp:
02/03/14 15:04:16 (10 years ago)
Author:
csl14
Message:

Fullscreen webbrowser now gets actual width and height

File:
1 edited

Legend:

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

    r810 r813  
    6262        private static final String CONVERT = "convert";
    6363       
    64         public static final int VERT_OFFSET = 70;
    65         public static final int VERT_CROP = 38;
    66         public static final int HORZ_CROP = 16;
    67        
    6864        private JFXPanel _panel;
    6965        private WebView _webView;
     
    643639                return r;
    644640        }
    645        
    646         /**
    647          * Override so anchoring JfxBrowser makes browser resize with screen
    648          */
    649         @Override
    650         public void setAnchorLeft(Float anchor) {
    651                
    652         }
    653        
    654         /**
    655          * Override so anchoring JfxBrowser makes browser resize with screen
    656          */
    657         @Override
    658         public void setAnchorTop(Float anchor) {
    659                
    660         }
    661        
    662         /**
    663          * Override so anchoring JfxBrowser makes browser resize with screen
    664          */
    665         @Override
    666         public void setAnchorRight(Float anchor) {
    667                
    668         }
    669        
    670         /**
    671          * Override so anchoring JfxBrowser makes browser resize with screen
    672          */
    673         @Override
    674         public void setAnchorBottom(Float anchor) {
    675                
    676         }
    677641}
Note: See TracChangeset for help on using the changeset viewer.