Computer Lp Lesson 9
Computer Lp Lesson 9
LEARNING PLAN IN C O M P U T E R 10
Name: Section:
INTRODUCTION
INTERACTION
Method Description
public void setSize(int width,int height) Sets the size (width and height) of the
component.
public void setLayout(LayoutManager m) Defines the layout manager for the component.
Learning Activity
Identification: Give what is asked.
______1. What is the complete meaning of the abbreviation AWT in java? It is an API to develop Graphical
User Interface (GUI) or windows-based applications in Java.
______2. -3 What are the two ways to create a GUI using Frame in AWT?
Method Description