Method getY()
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_TOP_Y, getY());
5
int y = this.getParent().getY() + (this.getParent().getHeight() / 2);
6
int ly = mComponent.getY();
7
properties.setProperty(section + "-y", String.valueOf(window.getY()));
8
p_parentPref.putInt( BSFPreferencesNames.Y, p_container.getY() );
9
int y = window.getY();
10
cmpX=application.cmp.getX();cmpY=application.cmp.getY();
11
panel.addAttribute("y", ""+p.getFrame().getY());
12
int y2 = c.getY();
13
int maxHeight = comp.getY() + ps.height;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.