mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Got basic UI working
This commit is contained in:
parent
e7e4d84f0f
commit
041e5172f8
@ -121,6 +121,13 @@ MultiUserSettingsPanel.lbTestSolrWarning.text=
|
|||||||
MultiUserSettingsPanel.lbTestDbWarning.text=
|
MultiUserSettingsPanel.lbTestDbWarning.text=
|
||||||
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
||||||
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
||||||
|
MultiUserSettingsPanel.bnTestMultiUser.text=Test
|
||||||
|
MultiUserSettingsPanel.lbTestMultiUserText.text=Test Multi-User Case Creation
|
||||||
|
MultiUserSettingsPanel.lbMultiUserResult.text=
|
||||||
|
MultiUserSettingsPanel.lbTestResultText.text=
|
||||||
|
MultiUserSettingsPanel.outputPathTextField.toolTipText=The location where case folder will be created for the test case.
|
||||||
|
MultiUserSettingsPanel.outputPathTextField.text=
|
||||||
|
MultiUserSettingsPanel.browseOutputFolderButton.text=Browse
|
||||||
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
||||||
AutopsyOptionsPanel.agencyLogoPathField.text=
|
AutopsyOptionsPanel.agencyLogoPathField.text=
|
||||||
SortChooserDialog.label=remove
|
SortChooserDialog.label=remove
|
||||||
|
@ -173,6 +173,13 @@ MultiUserSettingsPanel.lbTestSolrWarning.text=
|
|||||||
MultiUserSettingsPanel.lbTestDbWarning.text=
|
MultiUserSettingsPanel.lbTestDbWarning.text=
|
||||||
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
||||||
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
||||||
|
MultiUserSettingsPanel.bnTestMultiUser.text=Test
|
||||||
|
MultiUserSettingsPanel.lbTestMultiUserText.text=Test Multi-User Case Creation
|
||||||
|
MultiUserSettingsPanel.lbMultiUserResult.text=
|
||||||
|
MultiUserSettingsPanel.lbTestResultText.text=
|
||||||
|
MultiUserSettingsPanel.outputPathTextField.toolTipText=The location where case folder will be created for the test case.
|
||||||
|
MultiUserSettingsPanel.outputPathTextField.text=
|
||||||
|
MultiUserSettingsPanel.browseOutputFolderButton.text=Browse
|
||||||
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
||||||
AutopsyOptionsPanel.agencyLogoPathField.text=
|
AutopsyOptionsPanel.agencyLogoPathField.text=
|
||||||
SortChooserDialog.label=remove
|
SortChooserDialog.label=remove
|
||||||
|
@ -115,3 +115,5 @@ ViewPreferencesPanel.keepCurrentViewerRadioButton.text=\u305d\u306e\u307e\u307e\
|
|||||||
ViewPreferencesPanel.useBestViewerRadioButton.toolTipText=\u4f8b\u3048\u3070\u3001JPEG\u304c\u9078\u629e\u3055\u308c\u305f\u5834\u5408\u306b\u306fHEX\u304b\u3089\u30e1\u30c7\u30a3\u30a2\u306b\u5909\u66f4\u3059\u308b\u3002
|
ViewPreferencesPanel.useBestViewerRadioButton.toolTipText=\u4f8b\u3048\u3070\u3001JPEG\u304c\u9078\u629e\u3055\u308c\u305f\u5834\u5408\u306b\u306fHEX\u304b\u3089\u30e1\u30c7\u30a3\u30a2\u306b\u5909\u66f4\u3059\u308b\u3002
|
||||||
ViewPreferencesPanel.useBestViewerRadioButton.text=\u6700\u3082\u5c02\u9580\u7684\u306a\u30d5\u30a1\u30a4\u30eb\u30d3\u30e5\u30fc\u30a2\u306b\u5909\u66f4
|
ViewPreferencesPanel.useBestViewerRadioButton.text=\u6700\u3082\u5c02\u9580\u7684\u306a\u30d5\u30a1\u30a4\u30eb\u30d3\u30e5\u30fc\u30a2\u306b\u5909\u66f4
|
||||||
ViewPreferencesPanel.selectFileLabel.text=\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3059\u308b\u5834\u5408\uff1a
|
ViewPreferencesPanel.selectFileLabel.text=\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3059\u308b\u5834\u5408\uff1a
|
||||||
|
MultiUserSettingsPanel.bnTestMultiUser.text=\u30c6\u30b9\u30c8
|
||||||
|
MultiUserSettingsPanel.lbTestMultiUserText.text=Solr\u8a2d\u5b9a
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
<Layout>
|
<Layout>
|
||||||
<DimensionLayout dim="0">
|
<DimensionLayout dim="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="jScrollPane" alignment="0" pref="579" max="32767" attributes="0"/>
|
<Component id="jScrollPane" alignment="0" pref="1245" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
<DimensionLayout dim="1">
|
<DimensionLayout dim="1">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="jScrollPane" pref="766" max="32767" attributes="0"/>
|
<Component id="jScrollPane" pref="655" max="32767" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
@ -52,23 +52,30 @@
|
|||||||
<Component id="pnMessagingSettings" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="pnMessagingSettings" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="pnTestMultiUser" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace pref="765" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
<DimensionLayout dim="1">
|
<DimensionLayout dim="1">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Group type="102" alignment="1" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Group type="103" groupAlignment="2" attributes="0">
|
<Group type="103" groupAlignment="2" attributes="0">
|
||||||
<Component id="tbOops" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="tbOops" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="cbEnableMultiUser" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="cbEnableMultiUser" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="pnDatabaseSettings" min="-2" max="-2" attributes="0"/>
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<Component id="pnTestMultiUser" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="pnSolrSettings" min="-2" max="-2" attributes="0"/>
|
<Group type="102" attributes="0">
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<Component id="pnDatabaseSettings" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="pnSolrSettings" min="-2" pref="127" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
||||||
<Component id="pnMessagingSettings" min="-2" max="-2" attributes="0"/>
|
<Component id="pnMessagingSettings" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace pref="160" max="32767" attributes="0"/>
|
<EmptySpace pref="206" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
@ -288,9 +295,9 @@
|
|||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="tbSolrHostname" min="-2" max="-2" attributes="0"/>
|
<Component id="tbSolrHostname" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
|
||||||
<Component id="tbSolrPort" min="-2" max="-2" attributes="0"/>
|
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="tbSolrPort" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="32767" attributes="0"/>
|
||||||
<Component id="lbTestSolrWarning" min="-2" pref="16" max="-2" attributes="0"/>
|
<Component id="lbTestSolrWarning" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
@ -570,6 +577,141 @@
|
|||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
<Container class="javax.swing.JPanel" name="pnTestMultiUser">
|
||||||
|
<Properties>
|
||||||
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
||||||
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
||||||
|
<EtchetBorder/>
|
||||||
|
</Border>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<DimensionLayout dim="0">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Group type="103" groupAlignment="1" attributes="0">
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Component id="lbTestMultiUserText" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace min="-2" pref="176" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Component id="lbTestResultText" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace min="-2" pref="336" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
||||||
|
<Component id="browseOutputFolderButton" pref="0" max="32767" attributes="0"/>
|
||||||
|
<Component id="bnTestMultiUser" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
||||||
|
<Component id="lbMultiUserResult" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace pref="31" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="outputPathTextField" min="-2" pref="312" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace pref="139" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
</DimensionLayout>
|
||||||
|
<DimensionLayout dim="1">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Component id="lbTestMultiUserText" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Group type="103" alignment="0" groupAlignment="1" attributes="0">
|
||||||
|
<Component id="lbMultiUserResult" min="-2" pref="23" max="-2" attributes="0"/>
|
||||||
|
<Component id="bnTestMultiUser" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
||||||
|
<Component id="browseOutputFolderButton" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace pref="22" max="32767" attributes="0"/>
|
||||||
|
<Component id="lbTestResultText" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<EmptySpace min="-2" pref="56" max="-2" attributes="0"/>
|
||||||
|
<Component id="outputPathTextField" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace pref="56" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
</DimensionLayout>
|
||||||
|
</Layout>
|
||||||
|
<SubComponents>
|
||||||
|
<Component class="javax.swing.JLabel" name="lbTestMultiUserText">
|
||||||
|
<Properties>
|
||||||
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
|
||||||
|
<FontInfo relative="true">
|
||||||
|
<Font bold="false" component="lbTestMultiUserText" property="font" relativeSize="false" size="12"/>
|
||||||
|
</FontInfo>
|
||||||
|
</Property>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbTestMultiUserText.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JButton" name="bnTestMultiUser">
|
||||||
|
<Properties>
|
||||||
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
|
||||||
|
<FontInfo relative="true">
|
||||||
|
<Font bold="false" component="bnTestMultiUser" property="font" relativeSize="false" size="11"/>
|
||||||
|
</FontInfo>
|
||||||
|
</Property>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.bnTestMultiUser.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
<Events>
|
||||||
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bnTestMultiUserActionPerformed"/>
|
||||||
|
</Events>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JLabel" name="lbMultiUserResult">
|
||||||
|
<Properties>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbMultiUserResult.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JLabel" name="lbTestResultText">
|
||||||
|
<Properties>
|
||||||
|
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
||||||
|
<Color blue="0" green="0" red="ff" type="rgb"/>
|
||||||
|
</Property>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbTestResultText.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JTextField" name="outputPathTextField">
|
||||||
|
<Properties>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.outputPathTextField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.outputPathTextField.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JButton" name="browseOutputFolderButton">
|
||||||
|
<Properties>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.browseOutputFolderButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
<Events>
|
||||||
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseOutputFolderButtonActionPerformed"/>
|
||||||
|
</Events>
|
||||||
|
</Component>
|
||||||
|
</SubComponents>
|
||||||
|
</Container>
|
||||||
</SubComponents>
|
</SubComponents>
|
||||||
</Container>
|
</Container>
|
||||||
</SubComponents>
|
</SubComponents>
|
||||||
|
@ -31,8 +31,10 @@ import org.sleuthkit.autopsy.core.UserPreferences;
|
|||||||
import org.sleuthkit.autopsy.events.MessageServiceConnectionInfo;
|
import org.sleuthkit.autopsy.events.MessageServiceConnectionInfo;
|
||||||
import org.sleuthkit.autopsy.coreutils.Logger;
|
import org.sleuthkit.autopsy.coreutils.Logger;
|
||||||
import java.awt.Cursor;
|
import java.awt.Cursor;
|
||||||
|
import java.io.File;
|
||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
import javax.swing.ImageIcon;
|
import javax.swing.ImageIcon;
|
||||||
|
import javax.swing.JFileChooser;
|
||||||
import org.openide.util.ImageUtilities;
|
import org.openide.util.ImageUtilities;
|
||||||
import org.openide.util.Lookup;
|
import org.openide.util.Lookup;
|
||||||
import org.sleuthkit.autopsy.core.UserPreferencesException;
|
import org.sleuthkit.autopsy.core.UserPreferencesException;
|
||||||
@ -67,6 +69,7 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
private final ImageIcon goodIcon;
|
private final ImageIcon goodIcon;
|
||||||
private final ImageIcon badIcon;
|
private final ImageIcon badIcon;
|
||||||
private static final boolean isWindowsOS = PlatformUtil.isWindowsOS();
|
private static final boolean isWindowsOS = PlatformUtil.isWindowsOS();
|
||||||
|
private final JFileChooser fc = new JFileChooser();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates new form AutopsyMultiUserSettingsPanel
|
* Creates new form AutopsyMultiUserSettingsPanel
|
||||||
@ -194,6 +197,13 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
lbTestMessageWarning = new javax.swing.JLabel();
|
lbTestMessageWarning = new javax.swing.JLabel();
|
||||||
cbEnableMultiUser = new javax.swing.JCheckBox();
|
cbEnableMultiUser = new javax.swing.JCheckBox();
|
||||||
tbOops = new javax.swing.JTextField();
|
tbOops = new javax.swing.JTextField();
|
||||||
|
pnTestMultiUser = new javax.swing.JPanel();
|
||||||
|
lbTestMultiUserText = new javax.swing.JLabel();
|
||||||
|
bnTestMultiUser = new javax.swing.JButton();
|
||||||
|
lbMultiUserResult = new javax.swing.JLabel();
|
||||||
|
lbTestResultText = new javax.swing.JLabel();
|
||||||
|
outputPathTextField = new javax.swing.JTextField();
|
||||||
|
browseOutputFolderButton = new javax.swing.JButton();
|
||||||
|
|
||||||
pnDatabaseSettings.setBorder(javax.swing.BorderFactory.createEtchedBorder());
|
pnDatabaseSettings.setBorder(javax.swing.BorderFactory.createEtchedBorder());
|
||||||
|
|
||||||
@ -329,9 +339,9 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
.addComponent(lbTestSolr, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE))
|
.addComponent(lbTestSolr, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(tbSolrHostname, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbSolrHostname, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
||||||
.addComponent(tbSolrPort, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(tbSolrPort, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
.addComponent(lbTestSolrWarning, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(lbTestSolrWarning, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
@ -428,6 +438,80 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
tbOops.setText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbOops.text")); // NOI18N
|
tbOops.setText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbOops.text")); // NOI18N
|
||||||
tbOops.setBorder(null);
|
tbOops.setBorder(null);
|
||||||
|
|
||||||
|
pnTestMultiUser.setBorder(javax.swing.BorderFactory.createEtchedBorder());
|
||||||
|
|
||||||
|
lbTestMultiUserText.setFont(lbTestMultiUserText.getFont().deriveFont(lbTestMultiUserText.getFont().getStyle() & ~java.awt.Font.BOLD, 12));
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(lbTestMultiUserText, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestMultiUserText.text")); // NOI18N
|
||||||
|
|
||||||
|
bnTestMultiUser.setFont(bnTestMultiUser.getFont().deriveFont(bnTestMultiUser.getFont().getStyle() & ~java.awt.Font.BOLD, 11));
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(bnTestMultiUser, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.bnTestMultiUser.text")); // NOI18N
|
||||||
|
bnTestMultiUser.addActionListener(new java.awt.event.ActionListener() {
|
||||||
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
|
bnTestMultiUserActionPerformed(evt);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(lbMultiUserResult, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbMultiUserResult.text")); // NOI18N
|
||||||
|
|
||||||
|
lbTestResultText.setForeground(new java.awt.Color(255, 0, 0));
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(lbTestResultText, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestResultText.text")); // NOI18N
|
||||||
|
|
||||||
|
outputPathTextField.setText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.outputPathTextField.text")); // NOI18N
|
||||||
|
outputPathTextField.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.outputPathTextField.toolTipText")); // NOI18N
|
||||||
|
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(browseOutputFolderButton, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.browseOutputFolderButton.text")); // NOI18N
|
||||||
|
browseOutputFolderButton.addActionListener(new java.awt.event.ActionListener() {
|
||||||
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
|
browseOutputFolderButtonActionPerformed(evt);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
javax.swing.GroupLayout pnTestMultiUserLayout = new javax.swing.GroupLayout(pnTestMultiUser);
|
||||||
|
pnTestMultiUser.setLayout(pnTestMultiUserLayout);
|
||||||
|
pnTestMultiUserLayout.setHorizontalGroup(
|
||||||
|
pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(pnTestMultiUserLayout.createSequentialGroup()
|
||||||
|
.addContainerGap()
|
||||||
|
.addGroup(pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
|
.addGroup(pnTestMultiUserLayout.createSequentialGroup()
|
||||||
|
.addComponent(lbTestMultiUserText)
|
||||||
|
.addGap(176, 176, 176))
|
||||||
|
.addGroup(pnTestMultiUserLayout.createSequentialGroup()
|
||||||
|
.addComponent(lbTestResultText)
|
||||||
|
.addGap(336, 336, 336)))
|
||||||
|
.addGroup(pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
|
||||||
|
.addComponent(browseOutputFolderButton, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
||||||
|
.addComponent(bnTestMultiUser, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
|
.addComponent(lbMultiUserResult, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addContainerGap(31, Short.MAX_VALUE))
|
||||||
|
.addGroup(pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(pnTestMultiUserLayout.createSequentialGroup()
|
||||||
|
.addContainerGap()
|
||||||
|
.addComponent(outputPathTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 312, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addContainerGap(139, Short.MAX_VALUE)))
|
||||||
|
);
|
||||||
|
pnTestMultiUserLayout.setVerticalGroup(
|
||||||
|
pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(pnTestMultiUserLayout.createSequentialGroup()
|
||||||
|
.addContainerGap()
|
||||||
|
.addGroup(pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(lbTestMultiUserText)
|
||||||
|
.addGroup(pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
|
.addComponent(lbMultiUserResult, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addComponent(bnTestMultiUser)))
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
|
.addComponent(browseOutputFolderButton)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 22, Short.MAX_VALUE)
|
||||||
|
.addComponent(lbTestResultText, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addContainerGap())
|
||||||
|
.addGroup(pnTestMultiUserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(pnTestMultiUserLayout.createSequentialGroup()
|
||||||
|
.addGap(56, 56, 56)
|
||||||
|
.addComponent(outputPathTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addContainerGap(56, Short.MAX_VALUE)))
|
||||||
|
);
|
||||||
|
|
||||||
javax.swing.GroupLayout pnOverallPanelLayout = new javax.swing.GroupLayout(pnOverallPanel);
|
javax.swing.GroupLayout pnOverallPanelLayout = new javax.swing.GroupLayout(pnOverallPanel);
|
||||||
pnOverallPanel.setLayout(pnOverallPanelLayout);
|
pnOverallPanel.setLayout(pnOverallPanelLayout);
|
||||||
pnOverallPanelLayout.setHorizontalGroup(
|
pnOverallPanelLayout.setHorizontalGroup(
|
||||||
@ -442,21 +526,26 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
.addComponent(pnSolrSettings, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
.addComponent(pnSolrSettings, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
.addComponent(pnDatabaseSettings, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
.addComponent(pnDatabaseSettings, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
.addComponent(pnMessagingSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
|
.addComponent(pnMessagingSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addContainerGap())
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(pnTestMultiUser, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addContainerGap(765, Short.MAX_VALUE))
|
||||||
);
|
);
|
||||||
pnOverallPanelLayout.setVerticalGroup(
|
pnOverallPanelLayout.setVerticalGroup(
|
||||||
pnOverallPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
pnOverallPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, pnOverallPanelLayout.createSequentialGroup()
|
.addGroup(pnOverallPanelLayout.createSequentialGroup()
|
||||||
.addGroup(pnOverallPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
|
.addGroup(pnOverallPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
|
||||||
.addComponent(tbOops, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbOops, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(cbEnableMultiUser))
|
.addComponent(cbEnableMultiUser))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(pnDatabaseSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addGroup(pnOverallPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addComponent(pnTestMultiUser, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(pnSolrSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addGroup(pnOverallPanelLayout.createSequentialGroup()
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addComponent(pnDatabaseSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(pnSolrSettings, javax.swing.GroupLayout.PREFERRED_SIZE, 127, javax.swing.GroupLayout.PREFERRED_SIZE)))
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(pnMessagingSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(pnMessagingSettings, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addContainerGap(160, Short.MAX_VALUE))
|
.addContainerGap(206, Short.MAX_VALUE))
|
||||||
);
|
);
|
||||||
|
|
||||||
jScrollPane.setViewportView(pnOverallPanel);
|
jScrollPane.setViewportView(pnOverallPanel);
|
||||||
@ -465,13 +554,13 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
this.setLayout(layout);
|
this.setLayout(layout);
|
||||||
layout.setHorizontalGroup(
|
layout.setHorizontalGroup(
|
||||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(jScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 579, Short.MAX_VALUE)
|
.addComponent(jScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 1245, Short.MAX_VALUE)
|
||||||
);
|
);
|
||||||
layout.setVerticalGroup(
|
layout.setVerticalGroup(
|
||||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addContainerGap()
|
.addContainerGap()
|
||||||
.addComponent(jScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 766, Short.MAX_VALUE)
|
.addComponent(jScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 655, Short.MAX_VALUE)
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
}// </editor-fold>//GEN-END:initComponents
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
@ -586,6 +675,75 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
}
|
}
|
||||||
}//GEN-LAST:event_bnTestSolrActionPerformed
|
}//GEN-LAST:event_bnTestSolrActionPerformed
|
||||||
|
|
||||||
|
private void bnTestMultiUserActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnTestMultiUserActionPerformed
|
||||||
|
String resultsFolderPath = getNormalizedFolderPath(outputPathTextField.getText().trim());
|
||||||
|
String testResult = MultiUserTestTool.runTest(resultsFolderPath);
|
||||||
|
if (testResult.equals(MultiUserTestTool.RESULT_SUCCESS)) {
|
||||||
|
// test successful
|
||||||
|
lbMultiUserResult.setIcon(goodIcon);
|
||||||
|
lbTestResultText.setText(testResult);
|
||||||
|
} else {
|
||||||
|
// test failed
|
||||||
|
lbMultiUserResult.setIcon(badIcon);
|
||||||
|
lbTestResultText.setText(testResult);
|
||||||
|
}
|
||||||
|
}//GEN-LAST:event_bnTestMultiUserActionPerformed
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a path that was normalized by file system.
|
||||||
|
*
|
||||||
|
* @param path A path to be normalized. Normalization occurs inside a call
|
||||||
|
* to new File().
|
||||||
|
*
|
||||||
|
* @return String returns normalized OS path
|
||||||
|
*/
|
||||||
|
String getNormalizedFolderPath(String path) {
|
||||||
|
// removes "/", "\", and " " characters at the end of path string.
|
||||||
|
// normalizePath() removes spaces at the end of path and a call to "new File()"
|
||||||
|
// internally formats the path string to remove "/" and "\" characters at the end of path.
|
||||||
|
File file = new File(normalizePath(path));
|
||||||
|
return file.getPath();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Normalizes a path to make sure there are no "space" characters at the end
|
||||||
|
*
|
||||||
|
* @param path Path to a directory
|
||||||
|
*
|
||||||
|
* @return Path without "space" characters at the end
|
||||||
|
*/
|
||||||
|
String normalizePath(String path) {
|
||||||
|
|
||||||
|
while (path.length() > 0) {
|
||||||
|
if (path.charAt(path.length() - 1) == ' ') {
|
||||||
|
path = path.substring(0, path.length() - 1);
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return path;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void browseOutputFolderButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_browseOutputFolderButtonActionPerformed
|
||||||
|
String oldText = outputPathTextField.getText().trim();
|
||||||
|
// set the current directory of the FileChooser if the oldText is valid
|
||||||
|
File currentDir = new File(oldText);
|
||||||
|
if (currentDir.exists()) {
|
||||||
|
fc.setCurrentDirectory(currentDir);
|
||||||
|
}
|
||||||
|
|
||||||
|
fc.setDialogTitle("Select case output folder:");
|
||||||
|
fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
|
||||||
|
|
||||||
|
int retval = fc.showOpenDialog(this);
|
||||||
|
if (retval == JFileChooser.APPROVE_OPTION) {
|
||||||
|
String path = fc.getSelectedFile().getPath();
|
||||||
|
outputPathTextField.setText(path);
|
||||||
|
valid();
|
||||||
|
controller.changed();
|
||||||
|
}
|
||||||
|
}//GEN-LAST:event_browseOutputFolderButtonActionPerformed
|
||||||
|
|
||||||
void load() {
|
void load() {
|
||||||
lbTestDatabase.setIcon(null);
|
lbTestDatabase.setIcon(null);
|
||||||
lbTestSolr.setIcon(null);
|
lbTestSolr.setIcon(null);
|
||||||
@ -840,22 +998,29 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
// Variables declaration - do not modify//GEN-BEGIN:variables
|
// Variables declaration - do not modify//GEN-BEGIN:variables
|
||||||
private javax.swing.JButton bnTestDatabase;
|
private javax.swing.JButton bnTestDatabase;
|
||||||
private javax.swing.JButton bnTestMessageService;
|
private javax.swing.JButton bnTestMessageService;
|
||||||
|
private javax.swing.JButton bnTestMultiUser;
|
||||||
private javax.swing.JButton bnTestSolr;
|
private javax.swing.JButton bnTestSolr;
|
||||||
|
private javax.swing.JButton browseOutputFolderButton;
|
||||||
private javax.swing.JCheckBox cbEnableMultiUser;
|
private javax.swing.JCheckBox cbEnableMultiUser;
|
||||||
private javax.swing.JScrollPane jScrollPane;
|
private javax.swing.JScrollPane jScrollPane;
|
||||||
private javax.swing.JLabel lbDatabaseSettings;
|
private javax.swing.JLabel lbDatabaseSettings;
|
||||||
private javax.swing.JLabel lbMessageServiceSettings;
|
private javax.swing.JLabel lbMessageServiceSettings;
|
||||||
|
private javax.swing.JLabel lbMultiUserResult;
|
||||||
private javax.swing.JLabel lbSolrSettings;
|
private javax.swing.JLabel lbSolrSettings;
|
||||||
private javax.swing.JLabel lbTestDatabase;
|
private javax.swing.JLabel lbTestDatabase;
|
||||||
private javax.swing.JLabel lbTestDbWarning;
|
private javax.swing.JLabel lbTestDbWarning;
|
||||||
private javax.swing.JLabel lbTestMessageService;
|
private javax.swing.JLabel lbTestMessageService;
|
||||||
private javax.swing.JLabel lbTestMessageWarning;
|
private javax.swing.JLabel lbTestMessageWarning;
|
||||||
|
private javax.swing.JLabel lbTestMultiUserText;
|
||||||
|
private javax.swing.JLabel lbTestResultText;
|
||||||
private javax.swing.JLabel lbTestSolr;
|
private javax.swing.JLabel lbTestSolr;
|
||||||
private javax.swing.JLabel lbTestSolrWarning;
|
private javax.swing.JLabel lbTestSolrWarning;
|
||||||
|
private javax.swing.JTextField outputPathTextField;
|
||||||
private javax.swing.JPanel pnDatabaseSettings;
|
private javax.swing.JPanel pnDatabaseSettings;
|
||||||
private javax.swing.JPanel pnMessagingSettings;
|
private javax.swing.JPanel pnMessagingSettings;
|
||||||
private javax.swing.JPanel pnOverallPanel;
|
private javax.swing.JPanel pnOverallPanel;
|
||||||
private javax.swing.JPanel pnSolrSettings;
|
private javax.swing.JPanel pnSolrSettings;
|
||||||
|
private javax.swing.JPanel pnTestMultiUser;
|
||||||
private javax.swing.JTextField tbDbHostname;
|
private javax.swing.JTextField tbDbHostname;
|
||||||
private javax.swing.JPasswordField tbDbPassword;
|
private javax.swing.JPasswordField tbDbPassword;
|
||||||
private javax.swing.JTextField tbDbPort;
|
private javax.swing.JTextField tbDbPort;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user