These slides present a simplified view of the Abstract Windowing Toolkit (AWT), which is used in Java to build Graphical User Interfaces (GUI)s.
|
Note that components should not be put in the same applet area as drawing with Graphics. |
001 Java Academy: Graphical User Interface 002 Part 2A: Graphical User Interface 003 Labels 004 Button 005 The ActionListener Interface 006 Handling Button Events 007 TextFields 008 TextAreas 009 Layouts 010 GridLayout 011 BorderLayout 012 Nesting Layouts with Panels 013 Example of Nested Layout 014 Canvas 015 Defining another class 016 Using the new class 017 Animation 018 Threads 019 Starting and Stopping the Thread 020 Removing Flickering