| Interface and Description |
|---|
| org.openide.WizardDescriptor.FinishPanel
4.28 Use FinishablePanel instead.
|
| Class and Description |
|---|
| org.openide.NotifyDescriptor.Exception
No longer used. Try
java.util.logging or Exceptions. |
| Method and Description |
|---|
| org.openide.WizardDescriptor.setPanels(WizardDescriptor.Iterator)
use setPanelsAndSettings if needed.
|