Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
Note | ||
---|---|---|
| ||
As of 7.8.1. See system.gui.transform() instead. |
Panel | ||
---|---|---|
| ||
Alters a component's position to a new pair of coordinates, (x,y), a point relative to the upper-left corner of the component's parent. Note that when using relative layout, these coordinates are evaluated as if the component's size was the same size as the last time the component was saved in the Designer. This effectively means that your argument coordinates will automatically scale with relative layout. |
Panel | ||
---|---|---|
| ||
system.gui.moveComponent(component, x, y)
JComponent component - The component to move. int x - The x-coordinate to move to, relative to the upper-left corner of the component's parent container. int y - The y-coordinate to move to, relative to the upper-left corner of the component's parent container.
Nothing
Client |
Panel | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|