Ignore:
Timestamp:
02/10/14 16:02:59 (10 years ago)
Author:
csl14
Message:

Exploratory Search web browser now anchors to fullscreen + fixed bug with anchoring widgets

File:
1 edited

Legend:

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

    r857 r876  
    2626import org.expeditee.items.widgets.InteractiveWidget;
    2727import org.expeditee.items.widgets.JfxBrowser;
     28import org.expeditee.settings.exploratorysearch.ExploratorySearchSettings;
    2829import org.expeditee.settings.network.NetworkSettings;
    2930import org.json.simple.JSONObject;
     
    103104                // Create widget via text annotation
    104105                Text wt = frame.addText(0, 0, "@iw: org.expeditee.items.widgets.JfxBrowser "
     106                                + ("--anchorLeft 0 --anchorRight 0 --anchorTop 0 --anchorBottom 0 ")
    105107                                + Browser._theBrowser.getContentPane().getWidth() +  " " + Browser._theBrowser.getContentPane().getHeight()
    106108                                + " : " + text.getText(), null);
Note: See TracChangeset for help on using the changeset viewer.