Changeset 1120 for trunk/autoquest-core-events/src/main
- Timestamp:
- 03/18/13 11:42:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-events/src/main/java/de/ugoe/cs/autoquest/eventcore/gui/Scroll.java
r948 r1120 91 91 * @return the position 92 92 */ 93 int getXPosition() {93 public int getXPosition() { 94 94 return x; 95 95 } … … 98 98 * @return the y position 99 99 */ 100 int getYPosition() {100 public int getYPosition() { 101 101 return y; 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.