A good tutorial for learning AWT.
Hey so I spent for ever trying to find a good tutorial that taught me how to use visual components to create a user interface. Eventual i found this one which i find perfect as not only does it explain it also teaches you by doing as you create applets for every section.So i figured i would share it with you all.
Here it is: Java Applet Tutorial - Home
Also if you need to know how to make the html code or to run it here is a ehow link for that
http://www.ehow.com/way_5525751_java...-tutorial.html
Re: A good tutorial for learning AWT.
I have to ask why you want to use AWT and not Swing?
Re: A good tutorial for learning AWT.
because if have not found a good tutorial for swing
Re: A good tutorial for learning AWT.
Quote:
Originally Posted by
Daryn
because if have not found a good tutorial for swing
The Official Java Tutorials have a great Swing tutorial which I suggest you check out. The difference between AWT and Swing is like the difference between riding a bicycle and a Porche.
Re: A good tutorial for learning AWT.
know I can but before I could not understand it and didnt know about the paint function and everything else, This taught it to me along with how to use ActionListeners,MouseListeners,and MouseMovementListeners.