The following notes highlight the differences between JB4 and JB5 used in this book.
JBuilder 5 NOTE: The Project wizard in JBuilder 5 has an extra Documentation path, which specifies the root path for storing .html files generated from the javadoc utility.
JBuilder 5 NOTE: JBuilder 5’s IDE Options dialog box enables you to set options for XML, Web, and Audio.
JBuilder 5 NOTE: JBuilder 5 regrouped wizards in the Object Gallery. For example, the Applet wizard is located under the Web tab in JBuilder 5.
JBuilder 5 NOTE: The default Base class in the JBuilder 5’s Applet wizard is java.applet.Applet, but it is java.applet.JApplet in JBuilder 4.
JBuilder 5 NOTE: The layout property of the Applet wizard in JBuilder 5 sometimes does not show up due to a bug. In this case, you have to write the code in the jbInit method to change the layout of the content pane, if you want to use a layout other than the default BorderLayout.