________ is the ability of two or more people to communicate in text over the Internet in real time
A) VoIP
B) SMTP
C) Remote handshaking
D) Instant messaging
D
You might also like to view...
________ is a smart copy that will try to guess how you want values or formulas changed as you copy
Fill in the blank(s) with correct word
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