[6029] in java-interest
move command
daemon@ATHENA.MIT.EDU (Kenneth Cheng)
Sat Mar 16 19:21:32 1996
Date: Fri, 15 Mar 1996 11:34:52 -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 created a button in the Applet. I tried use the move method to move my
button to the desired location. However, it still stayed in the same place.
I use location() to check the new x, y coordinates after I issued the move
command. The new x, y coordinates do reflect the changes, however the button
still stayed there.
What have I done wrong.