Ignore:
Timestamp:
01/30/14 15:12:46 (10 years ago)
Author:
csl14
Message:

Exploratory Search interfaces now remains stationary when panning

File:
1 edited

Legend:

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

    r766 r791  
    6060                       
    6161                        // Add web browser active overlay and @old
    62                         frame.addText(1100, 50, "@ao: 2", null, "overlayset2");
    63                         frame.addText(1100, 20, "@old", null);
     62                        //frame.addText(1100, 50, "@ao: 2", null, "overlayset2");
     63                        //frame.addText(1100, 20, "@old", null);
     64                       
     65                        Text t = (Text) frame.addText(1100, 50, "@ao: 2", null, "overlayset2");
     66                        t.setAnchorLeft(1087.0f);
     67                        t = (Text) frame.addText(1100, 20, "@old", null);
     68                        t.setAnchorLeft(1087.0f);
    6469                       
    6570                        Text wt;
     
    105110                // Clear new frame and add active overlay and @old
    106111                frame.removeAllItems(frame.getItems());
    107                 frame.addText(1100, 50, "@ao: 2", null, "overlayset3");
    108                 frame.addText(1100, 20, "@old", null);
     112                Text t = (Text) frame.addText(1100, 50, "@ao: 2", null, "overlayset2");
     113                t.setAnchorLeft(1087.0f);
     114                t = (Text) frame.addText(1100, 20, "@old", null);
     115                t.setAnchorLeft(1087.0f);
    109116               
    110117                FrameIO.SaveFrame(frame);
Note: See TracChangeset for help on using the changeset viewer.