GUI stage review and summary

GUI stage review and summary

GUI programming

GUI

AWT

  • Component
  • container
  • panel
  • Event monitoring
  • Text box monitoring
  • Paint(g)
  • Mouse listener
  • Window listener
  • Keyboard listener

Swing

  • container

  • The panel can have scroll bars

  • Label

    • Normal label
    • Picture tags (used more)
    • Image tag
  • Button

    • Normal button
    • Button with picture
    • Single box
    • Checkbox
  • List

    • Drop down box
    • List box
  • Text box

    • Normal text box
    • Password box
    • Text field

Greedy snake

Guess you like

Origin blog.csdn.net/m0_49068745/article/details/112795357