From 23faffa02e132a30c02f928e317c6f66ac373d06 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 23 Apr 2007 00:29:32 +0000
Subject: [PATCH] The commit contains code for the following:
---
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
index 01ee001..15decb0 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
@@ -304,25 +304,6 @@
}
/**
- * Commodity method that returns a JLabel based on a LabelFieldDescriptor.
- * @param desc the LabelFieldDescriptor describing the JLabel.
- * @return a JLabel based on a LabelFieldDescriptor.
- */
- protected JLabel makeJLabel(LabelFieldDescriptor desc)
- {
- UIFactory.TextStyle style;
- if (desc.getLabelType() == LabelFieldDescriptor.LabelType.PRIMARY)
- {
- style = UIFactory.TextStyle.PRIMARY_FIELD_VALID;
- } else
- {
- style = UIFactory.TextStyle.SECONDARY_FIELD_VALID;
- }
- return UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(),
- style);
- }
-
- /**
* Creates and returns the panel that contains the layout specific to the
* panel.
* @return the panel that contains the layout specific to the
--
Gitblit v1.10.0