public void setLocation(int x, int y) {
   m_x = x;
   m_y = y;
   m_node.setLocation(x, y);
   setLocated(true);
 }