Which of the following statements about Swing GUI components is false?

a. Swing components are less portable but more flexible than the original Java GUI components from package java.awt.
b. Most Swing components are written completely in Java.
c. Swing components allow the user to specify a uniform look-and-feel across all platforms.
d. Swing components allow the user to change the look-and-feel while the program is running.


a. Swing components are less portable but more flexible than the original Java GUI components from package java.awt.

Computer Science & Information Technology

You might also like to view...

If a method does not catch an exception, then it must at least warn programmers that any invocation of the method might possibly throw an exception. This warning is called a/an:

a. Exception handler b. Throws clause c. Try block d. Catch block

Computer Science & Information Technology

The ____ portion of a Web address informs the browser what protocol is used to send the request for the Web site.

A. HTTP B. SQL C. footer D. header

Computer Science & Information Technology

Before running a delete query, what should you do?

A) View the results in Design view. B) Manually go through the table and delete the information, then use the delete query to verify all information is removed. C) Preview the datasheet to verify that the records are those that you intend to delete. D) Create the table, you can always delete it if the information is wrong.

Computer Science & Information Technology

The easiest way to filter the records for an exact match is to use the Filter By Form feature.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology