summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java')
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java b/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java
index 137d1a21ca6f..46147272eb83 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java
@@ -50,26 +50,6 @@ public class InstallationPathDescriptor extends WizardDescriptor {
putProperty("WizardPanel_autoWizardStyle", Boolean.TRUE); // NOI18N
// Make the left pane show list of steps etc.:
putProperty("WizardPanel_contentDisplayed", Boolean.TRUE); // NOI18N
- // Number the steps.
- // putProperty("WizardPanel_contentNumbered", Boolean.TRUE); // NOI18N
- /*
- // Optional: make nonmodal.
- setModal(false);
- // (If you make the wizard nonmodal, you will call it differently;
- // see InstallationPathAction for instructions.)
- // Optional: show a help tab with special info about the pane:
- putProperty("WizardPanel_helpDisplayed", Boolean.TRUE); // NOI18N
- // Optional: set the size of the left pane explicitly:
- putProperty("WizardPanel_leftDimension", new Dimension(100, 400)); // NOI18N
- // Optional: if you want a special background image for the left pane:
- try {
- putProperty("WizardPanel_image", // NOI18N
- Toolkit.getDefaultToolkit().getImage
- (new URL("nbresloc:/org/openoffice/netbeans/modules/office/wizard/InstallationPathImage.gif"))); // NOI18N
- } catch (MalformedURLException mfue) {
- throw new IllegalStateException(mfue.toString());
- }
- */
}
// Called when user moves forward or backward etc.: