[6062] in java-interest
move a button in a frame
daemon@ATHENA.MIT.EDU (Kenneth Cheng)
Mon Mar 18 20:01:33 1996
Date: Mon, 18 Mar 1996 12:31:44 -0800
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: Kenneth Cheng <kcheng@CS.STANFORD.EDU>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
I added some buttons in a frame and I want to move them to new locations by
executing button1.move(200,200). However, I did not see the buttons moving
to the new locations. When I use the location() method to check the current
x,y coordinates, they have been updated to the new coordinates. How can
I make the physcial changes take place?