201671010129 2016-2017-2 "Java Programming" a summary of graphic programming for learning Java

Source: Internet
Author: User

AWT constructs graphical interface user basic elements, used to design GUI component classes and container classes, most AWT components have their swing equivalent components, swing component name is usually added in front of the AWT component name "J" such as JButton.

Java creates an object created by subclasses or indirect subclasses of the component class as a component, which is a component in Java that can hold and arrange components. The commonly used container is the framework, the container class introduces other components for a method add (), used to add other components to the Container class Component object, the container itself is a component, you can add a container to another container, implement container nesting.

In Java, a frame is used to create the initial interface, the top-level window of the GUI.

201671010129 2016-2017-2 "Java Programming" a summary of graphic programming for learning Java

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.