September 2001
Intermediate to advanced
512 pages
10h 22m
English
The current implementation is provided in the following sections. Check the Companion Web site for this book or the author's Web site (http://www.marinilli.com) for updates to the code provided here.
The GeneralUtilities class is reported in Listing D.1.
It uses the following files (but it can operate even without any of them):
JNLP property file used to supply the same properties set by the launching JNLP file when the application is run standalone.
Locale-specific message bundles that are automatically loaded at initialization.
package com.marinilli.b2.ad.util; import javax.swing.ImageIcon; import java.awt.image.BufferedImage; import java.net.URL; import javax.jnlp.UnavailableServiceException; ... |
Read now
Unlock full access