To create a ____, you can simply float one div to the left and a second div to the right.
A. two-column layout
B. three-column layout
C. two-row layout
D. three-row layout
Answer: A
You might also like to view...
The clothing manufacturer was so impressed with the Sales Report application you created), they want you to create a Profit Report application as well. This application will be similar to the Sales Report appli- cation, but it will allow the user to input information as gains or losses. It should provide JRadioButtons to allow the user to select whether a certain item is a gain or a loss (Fig. 17.33).
a) Copying the template to your working directory. Copy the C:Examples Tutorial17ExercisesProfitReport directory to your C:SimplyJava directory.
b) Opening the template file. Open the ProfitReport.java file in your text editor.
c) Modifying the template application.
d) Customizing the Gain JRadioButton. Add code to the createUserInterface method to customize gainJRadioButton. Set the bounds and text so that the compo- nent appears as in Fig. 17.33. Set the JRadioButton to be selected when the applica- tion starts (the default). Add the JRadioButton to profitButtonGroup.
e) Customizing the Loss JRadioButton. Add code to the createUserInterface method to customize lossJRadioButton. Set the bounds and text so that the compo- nent appears as in Fig. 17.33. Add the JRadioButton to profitButtonGroup.
f) Testing which JRadioButton was selected. Add code to the submitItem- JButtonActionPerformed method to test which JRadioButton was selected. If the Gain JRadioButt
All of the following are the major components of Outlook EXCEPT:
A) Mail B) Calendar C) Chat D) Contacts
A(n) ____________________ placeholder has icons you can click to insert different kinds of content on a slide.
Fill in the blank(s) with the appropriate word(s).
A(n) ____ is a word the language sets aside for a special purpose and can be used only in a specified manner.
a. codeword b. keyword c. identifier d. classname