Esempio n. 1
0
 /**
  * Gets the position (X-coordinate and Y-coordinate) of a swing Scilab element
  *
  * @return the position of the element
  * @see org.scilab.modules.gui.uielement.UIElement#getPosition()
  */
 public Position getPosition() {
   return PositionConverter.javaToScilab(getLocation(), getSize(), getParent());
 }