Daz01 wrote:
..
>....So they just appear in the applet.
Applets are a bad place to start learning Java.
They have devlopment quirks and deployment
challenges that go beyond the knowledge needed
to write applications.
>...I'm not sure
>what code to write to get the buttons to do what I want them to do?
Add an ActionListener.
<http://java.sun.com/docs/books/tutorial/uiswing/events/intro.html>
Note also that there is a group more suited to GUI's
<http://www.physci.org/codes/javafaq.html#g>
And another group better suited to people who
are beginning to learn Java.
<http://www.physci.org/codes/javafaq.html#h>
HTH
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.asp...neral/200704/1