Java Graphical user interface (GUI) notes (i) Introduction

Source: Internet
Author: User

First, the layout

1. Components

An object that is graphically displayed on the screen, interacting with the user, is called a component.

Components include: menus, labels, text boxes (password boxes), scroll bars, radio, check, buttons, and so on.

2. Containers

Components cannot be displayed independently, only the assembly can be placed in a container for normal display.

Arranging and distributing components in a container in a reasonable and orderly manner, including the position and size of the component, is called layout.

Second, layout manager

Each container has its own layout manager, and when a component within a container needs to change its properties, it needs to call the layout manager of the container in which its components reside.

The common layout managers in AWT are:

Boundary Layout Manager BorderLayout

Streaming layout manager FlowLayout

Grid Layout Manager GridLayout

Java Graphical user interface (GUI) notes (i) Introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.