I am a new Java developer and am learning about AWT to work on a class assignment for a Fahrenheit to Celsius temperature converter.
I found the following tutorial about AWT http://www.ged.fi/DesignPatterns/, and would appreciate your suggestions about any good tutorials for AWT that can break down on how to create a user interface.
Edit: Also I asked the instructor if we could use Swing components even though the project seemed to specify only AWT and he assured me that using Swing was fine because you're still going to use components from the java.awt.* and java.awt.event.* classes anyway.
David Coello
Greenhorn
Joined: Jun 05, 2012
Posts: 22
posted
0
Thanks Buenny, I also found a nice tutorial and it has some examples.