A company logo is often used as a link to the Web site home page.

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


True

Computer Science & Information Technology

You might also like to view...

To use the ActionListener interface, as well as other event listener interfaces, you must have the following import statement in your code:

A) import java.swing; B) import java.awt; C) import java.awt.*; D) import java.awt.event.*;

Computer Science & Information Technology

The Internet is a global network connecting millions of smaller networks, computers, and other devices.

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

Computer Science & Information Technology

(Mortgage Calculator GUI) In this exercise, you apply the GUI design guidelines you have learned to a graphical user interface for a mortgage calculator (Fig. 3.20). You will set the bounds of the Loan amount: JLabel and JTextField such that they align properly with the other GUI components.



a) Copying the template to your working directory. Copy the C:Examples Tutorial03ExercisesMortgageCalculator directory to your C:SimplyJava directory.

b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaMortgageCalcula- tor, then pressing Enter.

c) Compiling the template application. Compile your application by typing javac

MortgageCalculator.java, then pressing Enter.

d) Running the template application. Run the application by typing java Mortgage- Calculator, then pressing Enter. The GUI of the Mortgage Calculator template application should appear as shown in Fig. 3.21.



e) Closing the application. Close your running application by cl

Computer Science & Information Technology

The ________ makes it possible to see when team members are available for appointments

A) Scheduling Assistant B) Meeting Maker C) Meeting Manager D) Calendar Assistant

Computer Science & Information Technology