Online Software Educational Training - IT Tutorials - Online Education Training for Computer Software


Home

JAVA APPLET

Control Fundamentals

Introduction to Controls

Controls are components that allow a user to interact with your application in various ways-form example, a commonly used control is the push button.

The AWT supports the following type controls:

  • Labels
  • Push Buttons
  • Check Boxes
  • Choice Lists
  • Lists
  • Scroll Bars
  • Text Boxes

 


Previous

Next