To include Swing and AWT components in your program, use the following import statements:

A) import java.swing; import java.awt;
B) import java.swing; import javax.awt;
C) import javax.swing; import java.awt;
D) import javax.swing; import javax.awt;

C) import javax.swing; import java.awt;

Computer Science & Information Technology

You might also like to view...

In Project 2013, the ________ report displays how much of the project is complete as well as any upcoming milestones and tasks that are past due

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ group on the Page Layout tab includes options for adjusting worksheet column width and worksheet row height to fit a maximum number of pages

A) Scale to Fit B) Sheet Options C) Page Setup D) Arrange

Computer Science & Information Technology