|
-
Jan 31st, 2010, 10:27 AM
#1
Thread Starter
Fanatic Member
how to locate form under a jTextField1 object?
how to locate form under a jTextField1 object?
Point location = new Point(this.jTextField1.getX(),this.jTextField1.getY());
<CODE>
FrmSerial frmSerial = new FrmSerial();
frmSerial.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
frmSerial.setLocationByPlatform(false);
frmSerial.setLocation(location);
frmSerial.setVisible(true);
</CODE>
-
Feb 12th, 2010, 05:58 AM
#2
Re: how to locate form under a jTextField1 object?
What are you trying to do??
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|