Changeset 26635 for other-projects/GlamED/trunk/src/org/honours/gui
- Timestamp:
- 2013-01-09T23:32:41+13:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/GlamED/trunk/src/org/honours/gui/Interfaces.java
r26588 r26635 31 31 32 32 private static final String AO_TEXT3 = "@ao:3"; 33 private static final String _aoText4 = "@ao:4";33 private static final String AO_TEXT4 = "@ao:4"; 34 34 35 35 //used to determine positioning of the various @ao:3/4 text items. 36 private static int _mainOverAoX = 3;37 private static int _mainOverAoY = 1 0;36 private static int _mainOverAoX = 1272; 37 private static int _mainOverAoY = 130; 38 38 39 39 private static int _toolbarAoX = 1272; … … 48 48 private static String _overlayAnnotationData = "overlay-annotation"; 49 49 50 51 /** Method to set up overlay locations relative to the screen size. **/ 52 public static void setUpOverlayLocations(){ 53 54 } 50 55 51 56 /** … … 176 181 Text t = list.get(i); 177 182 178 if(t.getText().equals( _aoText4)){183 if(t.getText().equals(AO_TEXT4)){ 179 184 180 185 if(t.hasLink()){ … … 224 229 } 225 230 226 Text newText = ciFrame.addText(_notesAoX,_notesAoY, _aoText4,null);231 Text newText = ciFrame.addText(_notesAoX,_notesAoY,AO_TEXT4,null); 227 232 newText.setLink(getNotesOverlayFrame.getName()); 228 233 }
Note:
See TracChangeset
for help on using the changeset viewer.