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.

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
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 Quizizz
75 questions
Chapter 2 Quiz

Quiz
•
University
75 questions
APCS Principles Practice Exam

Quiz
•
8th Grade - University
80 questions
Lập trình C6

Quiz
•
University
84 questions
Mobile Computing (Lecture 1)

Quiz
•
University
81 questions
Java Exceptions and Programming Concepts

Quiz
•
University
75 questions
JAVASCRIPT-STRING,ARRAYS,FUNCTIONS

Quiz
•
University
76 questions
MOC10961

Quiz
•
University
77 questions
unit 1 ad soft_

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade