subject

Look at the following frame code: 1 2 import javax. swing. *; import java. awt.*; public class GraphicsTest extends JFrame 3 4 { 5 public Graphics Test() 6 { 7 getContentPane ().setBackground (Color. WHITE); 8 } 9 public void paint (Graphics g) 10 { 11 12 13 super. paint (g); g. setColor (Color. YELLOW); g. filloval (100, 100, 50, 50); g. setColor (Color. BLACK); g. setFont (new Font ("Sans Serif", Font. BOLD, 35)); g. drawstring ("SLOW", 110, 110); 14 5 1 1 6 } 17 18 public static void main(String[] args) 19 { 20 Graphics Test f = new Graphics Test(); 21 } 22 1 What shape will the oval have? a) Oblong, width greater than height b) Oblong, width less than height c) Circle Cannot tell

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:00
Which of the following is not contained on the slide show toolbar? a. next button b. slide button c. close button d. pen tool
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
If an improvement creates no significant change in a product’s performance, then it is a(n) ? a0 design improvement. (there are no answer choices)
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
Which software would you use to create a print design? a. illustrator b. audacity c. reaper d. dreamweaver
Answers: 2
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
You know the right answer?
Look at the following frame code: 1 2 import javax. swing. *; import java. awt.*; public class Graph...
Questions
Questions on the website: 13722362