Ignore:
Timestamp:
01/31/14 16:05:04 (10 years ago)
Author:
csl14
Message:

Exploratory Search taskbars now resize with screen - fixed anchor bottom to work with lines

File:
1 edited

Legend:

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

    r791 r798  
    88import org.expeditee.gui.FreeItems;
    99import org.expeditee.gui.MessageBay;
     10import org.expeditee.items.Item;
    1011import org.expeditee.items.Text;
    1112import org.expeditee.items.widgets.InteractiveWidget;
     
    4041                        // If no text with url is passed to action create a new text item
    4142                        if(!FreeItems.textOnlyAttachedToCursor()) {
    42                                 url = ExploratorySearchSettings.HomePage.get();                 // use home page specified by settings
     43                                url = NetworkSettings.HomePage.get();                   // use home page specified by settings
    4344                                text = DisplayIO.getCurrentFrame().addText(FrameMouseActions.getX(), FrameMouseActions.getY(),
    4445                                                "Web Browser Session", null);
     
    118119        }
    119120       
     121        /**
     122         * Halves the width of any JfxBrowser widget.
     123         */
     124//      public static void halfBrowser() {
     125//              for(Item i : DisplayIO.getCurrentFrame().getAllItems()) {
     126//                      if(i instanceof InteractiveWidget)
     127//              }
     128//      }
     129       
    120130}
Note: See TracChangeset for help on using the changeset viewer.