Reviewing Dependencies
The creation of a panel requires two modules that are part of the INTViewer platform:
The "UI Utilities API" module is required and is not added automatically by Netbeans. If you don't include this module, you will get the following message after compilation:
"package org.openide.awt" does not exist
See the list of INTViewer modules to load the INTViewer platform and for a description of each module.
To use this panel, follow the Adding a new Preference Dialog Walkthrough.