Which layout arranges components in rows?

Chapter 1GUI Components

Quiz
•
Computers
•
University
•
Easy
ASHVINI KRISHNAN
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
10 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is not one of the BorderLayout index?
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is it called when a program is written to respond to the button clicks, menu selections, and other actions of the user in whatever order the user does them?
Event-driven programming.
Action-driven programming.
User-driven programming.
Mouse-driven programming
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
10. Find when the user clicks a button, _________ is triggered.
A. an event
B. a method
C. a setting
D. a property
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A JFrame is a descendant of each of the following classes except the ________class.
Component
Jar
Container
Window
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Fill in the blanks so that this program displays a Frame:
import java.awt.*;
public class microGUI
{
public static void main ( String[] args )
{
Frame frm = new ___________();
frm.___________( 150, 100 );
frm.___________( true );
}
}
Form, setVisible, setOn
Frame, setSize, setVisible
Frame, setVisible, setSize
Window, setSize, paint
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
The statement JFrame myFrame = new JFrame(); creates a JFrame that is _______.
invisible and has no title
invisible and has a title
visible and has no title
visible and has a title
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Compose Camp - Session 1 Quiz

Quiz
•
University
12 questions
Sistem Komputer

Quiz
•
University
9 questions
Swing Quiz

Quiz
•
University
15 questions
Google Slides Pre-Assessment

Quiz
•
3rd Grade - Professio...
6 questions
JPRG Topic 3 - Graphical User Interfaces

Quiz
•
University
10 questions
Pemrograman Android KD 3.28/4.28

Quiz
•
1st Grade - Professio...
12 questions
Semis

Quiz
•
University
15 questions
Объектно-событийная модель работы программы

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade