Method getX()
Return type: int
Member of:
java.awt.Component
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
configMgr.setLauncherLocation(getX(),getY());
2
this.setBounds(this.getX(),this.getY(),width,height);
3
log.debug("After val:"+l.getWidth()+" "+l.getHeight()+" "+getX()+" "+getY());
4
Configuration.setInteger(Argo.KEY_SCREEN_LEFT_X, getX());
5
int x = this.getParent().getX() + (this.getParent().getWidth() / 2);
6
int lx = mComponent.getX();
7
properties.setProperty(section + "-x", String.valueOf(window.getX()));
8
p_parentPref.putInt( BSFPreferencesNames.X, p_container.getX() );
9
int x = window.getX();
10
cmpX=application.cmp.getX();cmpY=application.cmp.getY();
11
panel.addAttribute("x", ""+p.getFrame().getX());
12
int x2 = c.getX();
13
int maxWidth = comp.getX() + ps.width;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.