Look at the following applet code:
1 import javax.swing.*;
2 import java.awt.*;
3 public class GraphicsTest extends JApplet
4 {
5 public void init()
6 {
7 getContentPane() .setBackground(Color.WHITE) ;
8 }
9 public void paint(Graphics g)
10 {
11 int[] xCoords = {20, 20, 60, 100, 140, 140, 100, 60};
12 int[] ycoords = {20, 100, 140, 140, 100, 60, 20, 20};
13 super.paint(g) ;
14 g.setColor(Color.YELLOW) ;
15 g.fillPolygon(xCoords, yCoords, 8) ;
16 g.setColor(color.BLACK) ;
17 g.setFont(new Font("SansSerif", Font.BOLD, 35) ) ;
18 g.drawString("SLOW", 35, 95) ;
19 }
20 }
What is the color of the polygon?
A) White
B) Yellow
C) Black
D) None of the above
Correct Answer:
Verified
Q1: Applet restrictions are:
A) necessary to prevent malicious
Q2: _ is the language that Web pages
Q3: In the link produced by the following
Q4: When the applet viewer opens an HTML
Q6: Which of the following will load the
Q7: Which of the following is NOT a
Q8: Which tag will produce largest text?
A) <h4>Hello</h4>
B)
Q9: What does the tag <p /> cause
Q10: When someone visits a Web page containing
Q11: An HTML document is usually saved with
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents