Guest User

Untitled

a guest
Oct 26th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1.     public JSONObject test() {
  2.         JSONObject jo = new JSONObject();
  3.         jo.put("x", x);
  4.         jo.put("y", y);
  5.         return jo;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment