Title: E-learning-Java Complete Course-Programming fundamental in Java-Lesson 37-Layout Managers (GridLayout Manager and Complex layouts Manager)-Part 2
Duration: 13.53 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. A layout manager is an object that implements the LayoutManager interface and determines the size and position of the components within a container. Although components can provide size and alignment hints, a container's layout manager has the final say on the size and position of the components within the container. In Demonstration have samples with following layouts:
1. GridLayout Manager
2. Complex layouts Manager
Methodology of the development of example: Create simple GUI using Grid and Complex Layouts.
Technology Used: JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, AWT,GridLayout,ComplexLayouts.