public void swap() { Bx.fromLocation(X); X.fromLocation(Y); Y.fromLocation(Bx); }
public void storeBx() { Bx.fromLocation(X); }