Search Header Logo

Swing Quiz

Authored by Jhon Harvey Babia

Computers

University

Used 8+ times

Swing Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call the top level container in Java Swing?

JPanel
JWindow
JDialog
JFrame

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to import Java Swing?

import java.swing.*;
import javax.swing.*;
import java.awt.*;

import javax.swing*;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the simplest container used in Java Swing?

JTextField
JPanel
JFrame
JButton

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a method of the JFrame class?

setTitle()

setWidth()

setSize()

setDefaultCloseOperation()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many regions are available when using BorderLayout?

Three

Four

Two
Five

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to change the background color of a JPanel named "panel" into blue?

panel.setBackground(Color.BLUE);
panel.setColor(Blue);
panel.changeColorTo(Blue);
panel.updateBackground(Color.BLUE);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the initial position of a JFrame to be in the center of the screen by default?

setLocation(0,0)
setLocationRelativeTo(this)
setLocationByDefault(center)
setLocationRelativeTo(null)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?