Java AWT (Abstract Window Toolkit) is an API to develop Graphical User Interface (GUI) or windows-based applications in Java.
The Abstract Window Toolkit (AWT) supports Graphical User Interface (GUI) programming. AWT features include:
Method | Used for |
---|---|
public void add | Inserts a component on this component. |
public void setSize | Sets the size (width and height) of the component. |
public void setLayout | Defines the layout manager for the component. |
public void setVisible | Changes the visibility of the component, by default false. |
Learn All in Tamil © Designed & Developed By Tutor Joes | Privacy Policy | Terms & Conditions