课程 Java程序设计10:Building Java GUI (怀旧版)

来源:互联网 发布:廉颇皮肤优化 编辑:程序博客网 时间:2024/04/27 23:50

Building Java GUI:

下载   返回课程目录

  • Describe the Abstract Windowing Toolkit (AWT) package and itscomponents
  • Define the terms containers , components, and layout managers , anddescribe how they work together to build a graphical user interface(GUI)
  • Use layout managers
  • Use the FlowLayout , BorderLayout , and GridLayout managers to achievea desired dynamic layoutAdd components to a container
  • Use the Frame and Panel containers appropriately
  • Describe how complex layouts with nested containers work
  • In a Java technology program, identify the following:
    • Containers
    • The associated layout managers
    • The layout hierarchy of all components