Mercurial > hg > Members > sugi > javafx
changeset 22:04a10249b813
remove Warning
author | e095732 |
---|---|
date | Thu, 07 Feb 2013 22:34:46 +0900 |
parents | e134c5804279 |
children | b77c2c6db854 |
files | src/alice/test/topology/aquarium/fx/SetTranslation.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alice/test/topology/aquarium/fx/SetTranslation.java Thu Feb 07 22:26:08 2013 +0900 +++ b/src/alice/test/topology/aquarium/fx/SetTranslation.java Thu Feb 07 22:34:46 2013 +0900 @@ -32,7 +32,7 @@ @Override public void run() { int startX = data2.asInteger(); - int width = data3.asInteger(); + // int width = data3.asInteger(); FishData fd = data1.asClass(FishData.class); //if (startX<=fd.getX()&& fd.getX()<=startX+width){ iv.setTranslateX(fd.getX() - startX);