Sunday, July 19, 2015

IP Lab : Java GUI based on Frames


I had a tough time searching google for this one.

Many sites talked about something called "Swing" for GUI Java Applications. It's some widget toolkit. Which is the new one, actually.

But Felix Mam was actually showing some codes in Internet, in class, and it was something different from what I saw about Swing. Then later, I realized, she showed the code based on AWT (Abstract Window Toolkit) which is an old one compared to Swing. Swing is some sophisticated thing it seems. That's what Google says.

I am gonna follow Mam and code using AWT stuff.

So, here's some basic material I found. I will post more when I find more. Even you could Google about AWT and AWT Events.

http://www.studytonight.com/java/java-awt.php

http://java-demos.blogspot.in/2012/10/close-awt-frame-in-java-using-windowlistener.html

http://java-demos.blogspot.in/2012/04/using-windowlistener-for-awt-frame.html

http://www.landofcode.com/java-tutorials/java-gui-layout.php

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.