The ____ is located just below the tab area; it allows you to easily select and edit specific HTML tags on your Web page.
A. edit tag task pane
B. quick tag selector bar
C. HTML menu bar
D. Web page tag selector
Answer: B
You might also like to view...
Member function ______________ of the file streams fstream, ifstream and ofstream closes a file.
Fill in the blank(s) with the appropriate word(s).
(Modified Class Average Application) The Class Average application has a deficiency. The Average JButton is never disabled after the average is calculated the first time. Modify the Class Average application, so that the Get Grades JButton is disabled after the user enters 10 grades. The user’s only option then will be to click the Average JButton to display the average. Once the average is displayed, have the application disable the Average JButton, enable the Get Grades JButton and give the Get Grades JButton the application’s focus, so that the user may enter 10 new grades. See figure 9.23 below:
```
a) Copying the template to your working directory. Copy the directory C:Examples Tutorial09ExercisesModifiedClassAverage to your C:SimplyJava directory.
b) Opening the template file. Open the ClassAverage.java file in your text editor.
c) Modifying the getGradesJButtonActionPerformed event handler. Add code in lines 139–140 to disable the Get Grades JButton. Use line 139 for a comment, and line 140 to perform the disabling.
d) Modifying the averageJButtonActionPerformed event handler. Add code starting in line 150 that will disable the Average JButton, enable the Get Grades JButton and give the application’s focus to the Get Grades JButton.
e) Saving the application. Save your modified source code file.
f) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt window by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaModified- ClassAverage.
g) Compiling the
The SmartArt ________ pane displays an outline view for typing text items that are then placed in the SmartArt diagram
Fill in the blank(s) with correct word
Which of the following cameras is a high-end digital camera that has interchangeable lenses and uses a mirror to display on its screen an exact replica of the image to be photographed?
A. MMS B. convertible C. point-and-shoot D. SLR