Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ion 19 Which of the following sets the window width to 100 pixels and the height to 200 pixels? setSize(100, 200); setSize(200, 100); setDims(100, 200);
ion 19
Which of the following sets the window width to 100 pixels and the height to 200 pixels?
setSize(100, 200); | ||
setSize(200, 100); | ||
setDims(100, 200); | ||
set(200, 100); |
1 points
Question 20
Which of the following is NOT a required attribute of a window?
title | ||
width | ||
height | ||
color |
Which class is part of the package java.awt?
JFrame | ||
JButton | ||
JOptionPane | ||
Container
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started