
CS26L 3RD EXAM

Quiz
•
Computers
•
University
•
Hard
PRINCESS SALARZA
Used 4+ times
FREE Resource
79 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
The object of (blank) class is a single line input field that allows the user to select a number or an object value from an ordered sequence.
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
is a software intermediary that allows two applications to talk to each other
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
import java.awt.*;
import javax.swing.*;
public class PanelExample {
PanelExample(){
JFrame f= new JFrame("Panel Example");
JPanel panel=new JPanel();
panel.setBounds(40,80,200,200);
panel.setBackground(Color.gray);
JButton b1=new JButton("Button 1");
b1.setBounds(50,100,80,30);
b1.setBackground(Color.yellow);
JButton b2=new JButton("Button 2");
b2.setBounds(100,100,80,30);
b2.setBackground(Color.green);panel.add(b1);
panel.add(b2);
f.add(panel);
f.setSize(400,400);
f.setLayout(null);
f.setVisible(true);
}
public static void main(String args[]){new PanelExample();
}}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
- To change−the look and feel of the frame.
JFrame.setDefaultLookAndFeelDecorated(true);
UIManager.getCrossPlatformLookAndFeelClassName()
UIManager.setLookAndFeel()
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
API stands for
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
- (blank) inherited the properties of JComponent class and implemented them with an Accessible interface.
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Creates acolor chooser pane with the specified initial color.
Create a free account and access millions of resources
Similar Resources on Wayground
80 questions
Test8

Quiz
•
University
82 questions
JRRI_Programming_Quiz_EASY_Set1

Quiz
•
University
74 questions
PRETEST 10

Quiz
•
10th Grade - University
78 questions
MORE ON SCRATCH

Quiz
•
5th Grade - University
74 questions
Excel Module 1 Vocab

Quiz
•
University
75 questions
Examen DFD y Python

Quiz
•
University
74 questions
Examen Teórico Final Base de datos II

Quiz
•
University
76 questions
MortalKombyte

Quiz
•
University - Professi...
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade