您的位置:寻梦网首页编程乐园Java天地Core JavaJava Lecture Notes


Table of Contents

 Introduction to unit 8

         Unit 8 - assigned reading
         The graphical user interface
         A note about recent developments in java
         Platform-independence of the user interface
         What is the 'abstract window toolkit'?

Awt classes

         Applet class to display a button
         Basic awt classes
         List
         Choice
         Label
         Textfield
         Textarea
         Checkbox
         The awt class hierarchy
         Awt events and listeners
         Example of a button and an action listener
         Temperature conversion example
         Awt classes - activities and exercises

Container layouts

         Awt container objects
         Awt frame windows
         Example applet creating a frame
         The layout manager
         Types of layout manager
         Selecting a layout manager
         Complex layouts
         Containers and layout mangers - activities and exercises
         Awt classes and container layouts concept map

Back to top

basicline.gif (170 bytes)