From f24a28a51520844e5580408bf7290e79e6a0acf1 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Fri, 07 Jun 2013 07:31:12 +0000
Subject: [PATCH] CR-1804 OPENDJ-931 OpenDJ QuickSetup should display the license The jnlp / webstart is now able to display the license if it is present and to validate it.
---
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallLicensePanel.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallLicensePanel.java b/opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallLicensePanel.java
index 751bed2..b214d0f 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallLicensePanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallLicensePanel.java
@@ -108,7 +108,7 @@
JTextArea detailsTextArea = new JTextArea(10, 50);
detailsTextArea.setBackground(
UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
-
+ detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
detailsTextArea.setText(LicenseFile.getText());
gbc.insets = UIFactory.getEmptyInsets();
--
Gitblit v1.10.0