Title: E-learning-Java Complete Course-Programming fundamental in Java-Java-Windows ToolKit(AWT,Swing)-Lesson 35
Duration: 13.38 minutes
Summary: This is a complete java programming language course demonstration series. The user interface is that part of a program that interacts with the user of the program. User interfaces take many forms. These forms range in complexity from simple command-line interfaces to the point-and-click graphical user interfaces provided by many modern applications. At the lowest level, the operating system transmits information from the mouse and keyboard to the program as input, and provides pixels for program output. The AWT was designed so that programmers don't have worry about the details of tracking the mouse or reading the keyboard, nor attend to the details of writing to the screen. The AWT provides a well-designed object-oriented interface to these low-level services and resources.
Methodology of the development of example: Create simple GUI with AWT.
Technology Used: JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, AWT,Swing.