public void setLocation(@NotNull Point location) {
   setLocation(location.x, location.y);
 }