layout | title | permalink |
---|---|---|
page |
Q275570: Learn Visual J++ 6.0 Now Comments and Corrections |
/kb/275/Q275570/ |
{% raw %}
Article: Q275570
Product(s): Microsoft Press
Version(s):
Operating System(s):
Keyword(s): kbdocfix kbdocerr
Last Modified: 07-APR-2001
-------------------------------------------------------------------------------
The information in this article applies to:
- MSPRESS Learn Microsoft Visual J++ 6.0 Now ISBN 1-57231-923-2
-------------------------------------------------------------------------------
SUMMARY
=======
This article contains comments, corrections, and information about known errors
relating to the Microsoft Press book Learn Microsoft Visual J++ 6.0 Now, ISBN
1-57231-923-2.
The following topics are covered:
- Cover: Trial Version of Visual J++ Included With Product
- Page 66: CityHouseView Should Be CityViewHouse
- Page 70: "select Add" Should Be "select Add Method"
- Page 71: Revised Instructions For Adding Parameters To A Method
- Page 72: Delete First Sentence
- Page 89: Missing Line Of Code Under ColorDialog.showDialog
MORE INFORMATION
================
Cover: Trial Version of Visual J++ Included With Product
--------------------------------------------------------
The front and back covers of this book include the phrase "includes a
full-featured version of Visual J++ 6.0."
While the Visual J++ 6.0 compiler included with this book does include all of the
features of the full compiler, it is a 90-day trial version of the Visual J++
compiler. 90 days after the trial version is installed, the software will expire
and will no longer be usable.
Page 66: CityHouseView Should Be CityViewHouse
----------------------------------------------
On page 66, in the last paragraph, CityHouseView should be CityViewHouse.
Change:
"From the Class Outline window, right-click CityHouseView, and then select..."
To:
"From the Class Outline window, right-click CityViewHouse, and then select..."
Page 70: "select Add" Should Be "select Add Method"
---------------------------------------------------
On page 70, in the last paragraph, "select Add" should be "select Add Method".
Change:
"To add a method to the class CityViewHouse, right-click CityViewHouse in the
Class Outline window, and then select Add."
To:
"To add a method to the class CityViewHouse, right-click CityViewHouse in the
Class Outline window, and then select Add Method."
Page 71: Revised Instructions For Adding Parameters To A Method
---------------------------------------------------------------
On page 71, revise the instructions for adding parameters as follows.
Change:
"Name the method setAskingPrice and set the return type to void. Click the button
to the right of the Parameters button. To add parameters to your method,
double-click the Parameters box."
To:
"Name the method setAskingPrice and set the return type to void. To add
parameters to your method, click the button to the right of the Parameters
box."
Page 72: Delete First Sentence
------------------------------
On page 72, the first sentence can be deleted. You do not need to click the Add
button. The parameter is already listed in the Parameter List dialog box.
Delete:
"In the Edit Parameter List dialog box, click the Add button."
Page 89: Missing Line Of Code Under ColorDialog.showDialog
----------------------------------------------------------
On page 89, under the section titled "ColorDialog.showDialog", the following line
of code needs to be added.
result = myColorDialog.showDialog();
Microsoft Press is committed to providing informative and accurate books. All
comments and corrections listed above are ready for inclusion in future
printings of this book. If you have a later printing of this book, it may
already contain most or all of the above corrections.
Additional query words: J++ DevBook VJ Ingalls Jinguji
======================================================================
Keywords : kbdocfix kbdocerr
Technology : kbMSPressSearch kbZNotKeyword2
Version : :
Issue type : kbinfo
=============================================================================
{% endraw %}