mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #6551 from eugene7646/mu_panel_fixes_7087
Multi User panel fixes (7087)
This commit is contained in:
commit
0ea08bc654
@ -93,7 +93,7 @@ DataContentViewerHex.goToOffsetTextField.msgDlg=Invalid Offset: {0}
|
|||||||
DataContentViewerHex.setDataView.invalidOffset.negativeOffsetValue=Cannot jump to the resultant offset
|
DataContentViewerHex.setDataView.invalidOffset.negativeOffsetValue=Cannot jump to the resultant offset
|
||||||
MultiUserSettingsPanel.tbOops.text=
|
MultiUserSettingsPanel.tbOops.text=
|
||||||
MultiUserSettingsPanel.lbTestDatabase.text=
|
MultiUserSettingsPanel.lbTestDatabase.text=
|
||||||
MultiUserSettingsPanel.bnTestDatabase.text=Test
|
MultiUserSettingsPanel.bnTestDatabase.text=Test Connection
|
||||||
MultiUserSettingsPanel.tbDbHostname.toolTipText=Hostname or IP Address
|
MultiUserSettingsPanel.tbDbHostname.toolTipText=Hostname or IP Address
|
||||||
MultiUserSettingsPanel.tbDbHostname.text=
|
MultiUserSettingsPanel.tbDbHostname.text=
|
||||||
MultiUserSettingsPanel.tbDbPort.toolTipText=Port Number
|
MultiUserSettingsPanel.tbDbPort.toolTipText=Port Number
|
||||||
@ -102,10 +102,8 @@ MultiUserSettingsPanel.tbDbUsername.toolTipText=User Name
|
|||||||
MultiUserSettingsPanel.tbDbUsername.text=
|
MultiUserSettingsPanel.tbDbUsername.text=
|
||||||
MultiUserSettingsPanel.tbDbPassword.toolTipText=Password
|
MultiUserSettingsPanel.tbDbPassword.toolTipText=Password
|
||||||
MultiUserSettingsPanel.tbDbPassword.text=
|
MultiUserSettingsPanel.tbDbPassword.text=
|
||||||
MultiUserSettingsPanel.lbTestSolr.text=
|
|
||||||
MultiUserSettingsPanel.bnTestSolr.text=Test
|
|
||||||
MultiUserSettingsPanel.lbTestMessageService.text=
|
MultiUserSettingsPanel.lbTestMessageService.text=
|
||||||
MultiUserSettingsPanel.bnTestMessageService.text=Test
|
MultiUserSettingsPanel.bnTestMessageService.text=Test Connection
|
||||||
MultiUserSettingsPanel.lbMessageServiceSettings.text=ActiveMQ Message Server Settings
|
MultiUserSettingsPanel.lbMessageServiceSettings.text=ActiveMQ Message Server Settings
|
||||||
MultiUserSettingsPanel.tbMsgPort.toolTipText=Port Number
|
MultiUserSettingsPanel.tbMsgPort.toolTipText=Port Number
|
||||||
MultiUserSettingsPanel.tbMsgPort.text=
|
MultiUserSettingsPanel.tbMsgPort.text=
|
||||||
@ -116,9 +114,10 @@ MultiUserSettingsPanel.tbMsgPassword.text=
|
|||||||
MultiUserSettingsPanel.tbMsgHostname.toolTipText=Hostname or IP Address
|
MultiUserSettingsPanel.tbMsgHostname.toolTipText=Hostname or IP Address
|
||||||
MultiUserSettingsPanel.tbMsgHostname.text=
|
MultiUserSettingsPanel.tbMsgHostname.text=
|
||||||
MultiUserSettingsPanel.lbTestMessageWarning.text=
|
MultiUserSettingsPanel.lbTestMessageWarning.text=
|
||||||
MultiUserSettingsPanel.lbTestSolrWarning.text=
|
|
||||||
MultiUserSettingsPanel.lbTestDbWarning.text=
|
MultiUserSettingsPanel.lbTestDbWarning.text=
|
||||||
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
||||||
|
MultiUserSettingsPanel.Solr4ConnectionInfoMissing.error=Missing or incomplete Solr 4 connection info
|
||||||
|
MultiUserSettingsPanel.Solr8ConnectionInfoMissing.error=Missing or incomplete Solr 8 connection info
|
||||||
MultiUserSettingsPanel.UnableToConnectToZK=Unable to connect to ZooKeeper service
|
MultiUserSettingsPanel.UnableToConnectToZK=Unable to connect to ZooKeeper service
|
||||||
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
||||||
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
||||||
@ -182,14 +181,14 @@ MultiUserSettingsPanel.tbSolr4Port.toolTipText=Solr 4 Port Number
|
|||||||
MultiUserSettingsPanel.lbZkSettings.text=ZooKeeper Server Settings
|
MultiUserSettingsPanel.lbZkSettings.text=ZooKeeper Server Settings
|
||||||
MultiUserSettingsPanel.lbSolr4Settings.text=Solr 4 Server Settings
|
MultiUserSettingsPanel.lbSolr4Settings.text=Solr 4 Server Settings
|
||||||
MultiUserSettingsPanel.lbSolr8Settings.text=Solr 8 Server Settings
|
MultiUserSettingsPanel.lbSolr8Settings.text=Solr 8 Server Settings
|
||||||
MultiUserSettingsPanel.tbZkHostname.toolTipText=ZooKeeper Hostname or IP Address
|
MultiUserSettingsPanel.tbZkHostname.toolTipText=ZooKeeper Hostname or IP Address. Embedded ZooKeeper usually run on the same host as Solr server.
|
||||||
MultiUserSettingsPanel.tbZkPort.toolTipText=ZooKeeper Port Number
|
MultiUserSettingsPanel.tbZkPort.toolTipText=ZooKeeper port number. Embedded ZooKeeper uses port number that is 1,000 greater than the Solr service port number. For example, if Solr service port number is 8983 then embedded ZooKeeper port number is 9983.
|
||||||
MultiUserSettingsPanel.tbSolr8Hostname.toolTipText=Solr 8 Hostname or IP Address
|
MultiUserSettingsPanel.tbSolr8Hostname.toolTipText=Solr 8 Hostname or IP Address
|
||||||
MultiUserSettingsPanel.tbSolr8Port.toolTipText=Solr 8 Port Number
|
MultiUserSettingsPanel.tbSolr8Port.toolTipText=Solr 8 Port Number
|
||||||
MultiUserSettingsPanel.restartRequiredLabel.text=Application restart required to take effect.
|
MultiUserSettingsPanel.restartRequiredLabel.text=Application restart required to take effect.
|
||||||
MultiUserSettingsPanel.MustRestart=Autopsy must be restarted for new configuration to take effect
|
MultiUserSettingsPanel.MustRestart=Autopsy must be restarted for new configuration to take effect
|
||||||
MultiUserSettingsPanel.lbSolrNote1.text=NOTE: Enter Solr 8 and/or Solr 4 server settings.
|
MultiUserSettingsPanel.lbSolrNote1.text=Enter Solr 8 and/or Solr 4 server settings.
|
||||||
MultiUserSettingsPanel.lbSolrNote2.text=New cases can only be created with Solr 8.
|
MultiUserSettingsPanel.lbSolrNote2.text=New text indexing can only be done with Solr 8.
|
||||||
AutopsyOptionsPanel.tempDirectoryField.text=
|
AutopsyOptionsPanel.tempDirectoryField.text=
|
||||||
AutopsyOptionsPanel.tempDirectoryBrowseButton.text=Browse
|
AutopsyOptionsPanel.tempDirectoryBrowseButton.text=Browse
|
||||||
AutopsyOptionsPanel.a.AccessibleContext.accessibleName=Temp Directory
|
AutopsyOptionsPanel.a.AccessibleContext.accessibleName=Temp Directory
|
||||||
@ -231,6 +230,13 @@ ViewPreferencesPanel.useBestViewerRadioButton.toolTipText=For example, change fr
|
|||||||
ViewPreferencesPanel.useBestViewerRadioButton.text=Change to the most specific file viewer
|
ViewPreferencesPanel.useBestViewerRadioButton.text=Change to the most specific file viewer
|
||||||
ViewPreferencesPanel.selectFileLabel.text=When selecting a file:
|
ViewPreferencesPanel.selectFileLabel.text=When selecting a file:
|
||||||
ViewPreferencesPanel.globalSettingsPanel.border.title=Global Settings
|
ViewPreferencesPanel.globalSettingsPanel.border.title=Global Settings
|
||||||
|
MultiUserSettingsPanel.bnTestSolr8.text=Test Connection
|
||||||
|
MultiUserSettingsPanel.lbTestSolr8.text=
|
||||||
|
MultiUserSettingsPanel.bnTestSolr4.text=Test Connection
|
||||||
|
MultiUserSettingsPanel.lbTestSolr4.text=
|
||||||
|
MultiUserSettingsPanel.bnTestZK.text=Test Connection
|
||||||
|
MultiUserSettingsPanel.lbTestZK.text=
|
||||||
|
MultiUserSettingsPanel.lbWarning.text=
|
||||||
AutopsyOptionsPanel.rdpPanel.border.title=Windows High DPI Scaling
|
AutopsyOptionsPanel.rdpPanel.border.title=Windows High DPI Scaling
|
||||||
AutopsyOptionsPanel.sizingTextPane.text=Make the following changes if the application is hard to navigate in High DPI systems:\n\n1. Right click on the application icon on your Desktop, Start Menu, etc.\n2. Choose Properties\n3. Go to Compatibility tab\n4. Click "Change high DPI settings" button\n5. Select "Override high DPI scaling behavior" \n6. Change the "Scaling performed by:" drop down box to "System"\n7. Restart Autopsy
|
AutopsyOptionsPanel.sizingTextPane.text=Make the following changes if the application is hard to navigate in High DPI systems:\n\n1. Right click on the application icon on your Desktop, Start Menu, etc.\n2. Choose Properties\n3. Go to Compatibility tab\n4. Click "Change high DPI settings" button\n5. Select "Override high DPI scaling behavior" \n6. Change the "Scaling performed by:" drop down box to "System"\n7. Restart Autopsy
|
||||||
AutopsyOptionsPanel.agencyLogoPathFieldValidationLabel.text=
|
AutopsyOptionsPanel.agencyLogoPathFieldValidationLabel.text=
|
||||||
|
@ -148,7 +148,7 @@ DataContentViewerHex.goToOffsetTextField.msgDlg=Invalid Offset: {0}
|
|||||||
DataContentViewerHex.setDataView.invalidOffset.negativeOffsetValue=Cannot jump to the resultant offset
|
DataContentViewerHex.setDataView.invalidOffset.negativeOffsetValue=Cannot jump to the resultant offset
|
||||||
MultiUserSettingsPanel.tbOops.text=
|
MultiUserSettingsPanel.tbOops.text=
|
||||||
MultiUserSettingsPanel.lbTestDatabase.text=
|
MultiUserSettingsPanel.lbTestDatabase.text=
|
||||||
MultiUserSettingsPanel.bnTestDatabase.text=Test
|
MultiUserSettingsPanel.bnTestDatabase.text=Test Connection
|
||||||
MultiUserSettingsPanel.tbDbHostname.toolTipText=Hostname or IP Address
|
MultiUserSettingsPanel.tbDbHostname.toolTipText=Hostname or IP Address
|
||||||
MultiUserSettingsPanel.tbDbHostname.text=
|
MultiUserSettingsPanel.tbDbHostname.text=
|
||||||
MultiUserSettingsPanel.tbDbPort.toolTipText=Port Number
|
MultiUserSettingsPanel.tbDbPort.toolTipText=Port Number
|
||||||
@ -157,10 +157,8 @@ MultiUserSettingsPanel.tbDbUsername.toolTipText=User Name
|
|||||||
MultiUserSettingsPanel.tbDbUsername.text=
|
MultiUserSettingsPanel.tbDbUsername.text=
|
||||||
MultiUserSettingsPanel.tbDbPassword.toolTipText=Password
|
MultiUserSettingsPanel.tbDbPassword.toolTipText=Password
|
||||||
MultiUserSettingsPanel.tbDbPassword.text=
|
MultiUserSettingsPanel.tbDbPassword.text=
|
||||||
MultiUserSettingsPanel.lbTestSolr.text=
|
|
||||||
MultiUserSettingsPanel.bnTestSolr.text=Test
|
|
||||||
MultiUserSettingsPanel.lbTestMessageService.text=
|
MultiUserSettingsPanel.lbTestMessageService.text=
|
||||||
MultiUserSettingsPanel.bnTestMessageService.text=Test
|
MultiUserSettingsPanel.bnTestMessageService.text=Test Connection
|
||||||
MultiUserSettingsPanel.lbMessageServiceSettings.text=ActiveMQ Message Server Settings
|
MultiUserSettingsPanel.lbMessageServiceSettings.text=ActiveMQ Message Server Settings
|
||||||
MultiUserSettingsPanel.tbMsgPort.toolTipText=Port Number
|
MultiUserSettingsPanel.tbMsgPort.toolTipText=Port Number
|
||||||
MultiUserSettingsPanel.tbMsgPort.text=
|
MultiUserSettingsPanel.tbMsgPort.text=
|
||||||
@ -171,9 +169,10 @@ MultiUserSettingsPanel.tbMsgPassword.text=
|
|||||||
MultiUserSettingsPanel.tbMsgHostname.toolTipText=Hostname or IP Address
|
MultiUserSettingsPanel.tbMsgHostname.toolTipText=Hostname or IP Address
|
||||||
MultiUserSettingsPanel.tbMsgHostname.text=
|
MultiUserSettingsPanel.tbMsgHostname.text=
|
||||||
MultiUserSettingsPanel.lbTestMessageWarning.text=
|
MultiUserSettingsPanel.lbTestMessageWarning.text=
|
||||||
MultiUserSettingsPanel.lbTestSolrWarning.text=
|
|
||||||
MultiUserSettingsPanel.lbTestDbWarning.text=
|
MultiUserSettingsPanel.lbTestDbWarning.text=
|
||||||
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
MultiUserSettingsPanel.KeywordSearchNull=Cannot find keyword search service
|
||||||
|
MultiUserSettingsPanel.Solr4ConnectionInfoMissing.error=Missing or incomplete Solr 4 connection info
|
||||||
|
MultiUserSettingsPanel.Solr8ConnectionInfoMissing.error=Missing or incomplete Solr 8 connection info
|
||||||
MultiUserSettingsPanel.UnableToConnectToZK=Unable to connect to ZooKeeper service
|
MultiUserSettingsPanel.UnableToConnectToZK=Unable to connect to ZooKeeper service
|
||||||
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
MultiUserSettingsPanel.InvalidPortNumber=Invalid port number
|
||||||
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
AutopsyOptionsPanel.agencyLogoImageLabel.toolTipText=
|
||||||
@ -239,14 +238,14 @@ MultiUserSettingsPanel.tbSolr4Port.toolTipText=Solr 4 Port Number
|
|||||||
MultiUserSettingsPanel.lbZkSettings.text=ZooKeeper Server Settings
|
MultiUserSettingsPanel.lbZkSettings.text=ZooKeeper Server Settings
|
||||||
MultiUserSettingsPanel.lbSolr4Settings.text=Solr 4 Server Settings
|
MultiUserSettingsPanel.lbSolr4Settings.text=Solr 4 Server Settings
|
||||||
MultiUserSettingsPanel.lbSolr8Settings.text=Solr 8 Server Settings
|
MultiUserSettingsPanel.lbSolr8Settings.text=Solr 8 Server Settings
|
||||||
MultiUserSettingsPanel.tbZkHostname.toolTipText=ZooKeeper Hostname or IP Address
|
MultiUserSettingsPanel.tbZkHostname.toolTipText=ZooKeeper Hostname or IP Address. Embedded ZooKeeper usually run on the same host as Solr server.
|
||||||
MultiUserSettingsPanel.tbZkPort.toolTipText=ZooKeeper Port Number
|
MultiUserSettingsPanel.tbZkPort.toolTipText=ZooKeeper port number. Embedded ZooKeeper uses port number that is 1,000 greater than the Solr service port number. For example, if Solr service port number is 8983 then embedded ZooKeeper port number is 9983.
|
||||||
MultiUserSettingsPanel.tbSolr8Hostname.toolTipText=Solr 8 Hostname or IP Address
|
MultiUserSettingsPanel.tbSolr8Hostname.toolTipText=Solr 8 Hostname or IP Address
|
||||||
MultiUserSettingsPanel.tbSolr8Port.toolTipText=Solr 8 Port Number
|
MultiUserSettingsPanel.tbSolr8Port.toolTipText=Solr 8 Port Number
|
||||||
MultiUserSettingsPanel.restartRequiredLabel.text=Application restart required to take effect.
|
MultiUserSettingsPanel.restartRequiredLabel.text=Application restart required to take effect.
|
||||||
MultiUserSettingsPanel.MustRestart=Autopsy must be restarted for new configuration to take effect
|
MultiUserSettingsPanel.MustRestart=Autopsy must be restarted for new configuration to take effect
|
||||||
MultiUserSettingsPanel.lbSolrNote1.text=NOTE: Enter Solr 8 and/or Solr 4 server settings.
|
MultiUserSettingsPanel.lbSolrNote1.text=Enter Solr 8 and/or Solr 4 server settings.
|
||||||
MultiUserSettingsPanel.lbSolrNote2.text=New cases can only be created with Solr 8.
|
MultiUserSettingsPanel.lbSolrNote2.text=New text indexing can only be done with Solr 8.
|
||||||
AutopsyOptionsPanel.tempDirectoryField.text=
|
AutopsyOptionsPanel.tempDirectoryField.text=
|
||||||
AutopsyOptionsPanel.tempDirectoryBrowseButton.text=Browse
|
AutopsyOptionsPanel.tempDirectoryBrowseButton.text=Browse
|
||||||
AutopsyOptionsPanel.a.AccessibleContext.accessibleName=Temp Directory
|
AutopsyOptionsPanel.a.AccessibleContext.accessibleName=Temp Directory
|
||||||
@ -288,6 +287,13 @@ ViewPreferencesPanel.useBestViewerRadioButton.toolTipText=For example, change fr
|
|||||||
ViewPreferencesPanel.useBestViewerRadioButton.text=Change to the most specific file viewer
|
ViewPreferencesPanel.useBestViewerRadioButton.text=Change to the most specific file viewer
|
||||||
ViewPreferencesPanel.selectFileLabel.text=When selecting a file:
|
ViewPreferencesPanel.selectFileLabel.text=When selecting a file:
|
||||||
ViewPreferencesPanel.globalSettingsPanel.border.title=Global Settings
|
ViewPreferencesPanel.globalSettingsPanel.border.title=Global Settings
|
||||||
|
MultiUserSettingsPanel.bnTestSolr8.text=Test Connection
|
||||||
|
MultiUserSettingsPanel.lbTestSolr8.text=
|
||||||
|
MultiUserSettingsPanel.bnTestSolr4.text=Test Connection
|
||||||
|
MultiUserSettingsPanel.lbTestSolr4.text=
|
||||||
|
MultiUserSettingsPanel.bnTestZK.text=Test Connection
|
||||||
|
MultiUserSettingsPanel.lbTestZK.text=
|
||||||
|
MultiUserSettingsPanel.lbWarning.text=
|
||||||
AutopsyOptionsPanel.rdpPanel.border.title=Windows High DPI Scaling
|
AutopsyOptionsPanel.rdpPanel.border.title=Windows High DPI Scaling
|
||||||
AutopsyOptionsPanel.sizingTextPane.text=Make the following changes if the application is hard to navigate in High DPI systems:\n\n1. Right click on the application icon on your Desktop, Start Menu, etc.\n2. Choose Properties\n3. Go to Compatibility tab\n4. Click "Change high DPI settings" button\n5. Select "Override high DPI scaling behavior" \n6. Change the "Scaling performed by:" drop down box to "System"\n7. Restart Autopsy
|
AutopsyOptionsPanel.sizingTextPane.text=Make the following changes if the application is hard to navigate in High DPI systems:\n\n1. Right click on the application icon on your Desktop, Start Menu, etc.\n2. Choose Properties\n3. Go to Compatibility tab\n4. Click "Change high DPI settings" button\n5. Select "Override high DPI scaling behavior" \n6. Change the "Scaling performed by:" drop down box to "System"\n7. Restart Autopsy
|
||||||
AutopsyOptionsPanel.agencyLogoPathFieldValidationLabel.text=
|
AutopsyOptionsPanel.agencyLogoPathFieldValidationLabel.text=
|
||||||
@ -297,3 +303,4 @@ AutopsyOptionsPanel.agencyLogoPreview.text=<html><div style='text-align: center;
|
|||||||
AutopsyOptionsPanel.browseLogosButton.text=Browse
|
AutopsyOptionsPanel.browseLogosButton.text=Browse
|
||||||
AutopsyOptionsPanel.agencyLogoPathField.text=
|
AutopsyOptionsPanel.agencyLogoPathField.text=
|
||||||
AutopsyOptionsPanel.logoPanel.border.title=Logo
|
AutopsyOptionsPanel.logoPanel.border.title=Logo
|
||||||
|
|
||||||
|
@ -232,7 +232,6 @@ MultiUserSettingsPanel.lbTestDbWarning.text=
|
|||||||
MultiUserSettingsPanel.lbTestMessageService.text=
|
MultiUserSettingsPanel.lbTestMessageService.text=
|
||||||
MultiUserSettingsPanel.lbTestMessageWarning.text=
|
MultiUserSettingsPanel.lbTestMessageWarning.text=
|
||||||
MultiUserSettingsPanel.lbTestSolr.text=
|
MultiUserSettingsPanel.lbTestSolr.text=
|
||||||
MultiUserSettingsPanel.lbTestSolrWarning.text=
|
|
||||||
MultiUserSettingsPanel.nonWindowsOs.msg=\u30de\u30eb\u30c1\u30e6\u30fc\u30b6\u30fc\u30b1\u30fc\u30b9\u306fWindows\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4e0a\u3067\u306e\u307f\u5229\u7528\u3067\u304d\u307e\u3059
|
MultiUserSettingsPanel.nonWindowsOs.msg=\u30de\u30eb\u30c1\u30e6\u30fc\u30b6\u30fc\u30b1\u30fc\u30b9\u306fWindows\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4e0a\u3067\u306e\u307f\u5229\u7528\u3067\u304d\u307e\u3059
|
||||||
MultiUserSettingsPanel.tbDbHostname.text=
|
MultiUserSettingsPanel.tbDbHostname.text=
|
||||||
MultiUserSettingsPanel.tbDbHostname.toolTipText=\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fIP\u30a2\u30c9\u30ec\u30b9
|
MultiUserSettingsPanel.tbDbHostname.toolTipText=\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fIP\u30a2\u30c9\u30ec\u30b9
|
||||||
@ -243,8 +242,6 @@ MultiUserSettingsPanel.tbDbPort.toolTipText=\u30dd\u30fc\u30c8\u756a\u53f7
|
|||||||
MultiUserSettingsPanel.tbDbUsername.text=
|
MultiUserSettingsPanel.tbDbUsername.text=
|
||||||
MultiUserSettingsPanel.tbDbPassword.toolTipText=\u30d1\u30b9\u30ef\u30fc\u30c9
|
MultiUserSettingsPanel.tbDbPassword.toolTipText=\u30d1\u30b9\u30ef\u30fc\u30c9
|
||||||
MultiUserSettingsPanel.tbDbPassword.text=
|
MultiUserSettingsPanel.tbDbPassword.text=
|
||||||
MultiUserSettingsPanel.lbTestSolr.text=
|
|
||||||
MultiUserSettingsPanel.bnTestSolr.text=\u30c6\u30b9\u30c8
|
|
||||||
MultiUserSettingsPanel.lbTestMessageService.text=
|
MultiUserSettingsPanel.lbTestMessageService.text=
|
||||||
MultiUserSettingsPanel.bnTestMessageService.text=\u30c6\u30b9\u30c8
|
MultiUserSettingsPanel.bnTestMessageService.text=\u30c6\u30b9\u30c8
|
||||||
MultiUserSettingsPanel.lbMessageServiceSettings.text=ActiveMQ\u30e1\u30c3\u30bb\u30fc\u30b8\u30b5\u30fc\u30d3\u30b9\u8a2d\u5b9a
|
MultiUserSettingsPanel.lbMessageServiceSettings.text=ActiveMQ\u30e1\u30c3\u30bb\u30fc\u30b8\u30b5\u30fc\u30d3\u30b9\u8a2d\u5b9a
|
||||||
@ -325,6 +322,13 @@ ViewPreferencesPanel.useBestViewerRadioButton.toolTipText=\u305f\u3068\u3048\u30
|
|||||||
ViewPreferencesPanel.useBestViewerRadioButton.text=\u6700\u3082\u56fa\u6709\u306e\u30d5\u30a1\u30a4\u30eb\u30d3\u30e5\u30fc\u306b\u5207\u308a\u66ff\u3048\u308b
|
ViewPreferencesPanel.useBestViewerRadioButton.text=\u6700\u3082\u56fa\u6709\u306e\u30d5\u30a1\u30a4\u30eb\u30d3\u30e5\u30fc\u306b\u5207\u308a\u66ff\u3048\u308b
|
||||||
ViewPreferencesPanel.selectFileLabel.text=\u30d5\u30a1\u30a4\u30eb\u9078\u629e\u6642:
|
ViewPreferencesPanel.selectFileLabel.text=\u30d5\u30a1\u30a4\u30eb\u9078\u629e\u6642:
|
||||||
ViewPreferencesPanel.globalSettingsPanel.border.title=\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a
|
ViewPreferencesPanel.globalSettingsPanel.border.title=\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a
|
||||||
|
MultiUserSettingsPanel.bnTestSolr8.text=\u30c6\u30b9\u30c8
|
||||||
|
MultiUserSettingsPanel.lbTestSolr8.text=
|
||||||
|
MultiUserSettingsPanel.bnTestSolr4.text=\u30c6\u30b9\u30c8
|
||||||
|
MultiUserSettingsPanel.lbTestSolr4.text=
|
||||||
|
MultiUserSettingsPanel.bnTestZK.text=\u30c6\u30b9\u30c8
|
||||||
|
MultiUserSettingsPanel.lbTestZK.text=
|
||||||
|
MultiUserSettingsPanel.lbWarning.text=
|
||||||
AutopsyOptionsPanel.agencyLogoPathFieldValidationLabel.text=
|
AutopsyOptionsPanel.agencyLogoPathFieldValidationLabel.text=
|
||||||
AutopsyOptionsPanel.specifyLogoRB.text=\u30ed\u30b4\u3092\u6307\u5b9a
|
AutopsyOptionsPanel.specifyLogoRB.text=\u30ed\u30b4\u3092\u6307\u5b9a
|
||||||
AutopsyOptionsPanel.defaultLogoRB.text=\u30c7\u30d5\u30a9\u30eb\u30c8\u3092\u4f7f\u7528
|
AutopsyOptionsPanel.defaultLogoRB.text=\u30c7\u30d5\u30a9\u30eb\u30c8\u3092\u4f7f\u7528
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<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="1191" max="32767" attributes="0"/>
|
<Component id="jScrollPane" alignment="0" pref="1250" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
<DimensionLayout dim="1">
|
<DimensionLayout dim="1">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
</Group>
|
</Group>
|
||||||
<Component id="pnSolrSettings" max="32767" attributes="0"/>
|
<Component id="pnSolrSettings" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace pref="201" max="32767" attributes="0"/>
|
<EmptySpace pref="234" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
@ -256,29 +256,38 @@
|
|||||||
<Group type="102" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<Component id="lbSolr4Settings" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="32767" attributes="0"/>
|
||||||
|
<Component id="bnTestSolr4" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||||
|
<Component id="lbTestSolr4" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
<Component id="tbSolr8Hostname" max="32767" attributes="0"/>
|
<Component id="tbSolr8Hostname" max="32767" attributes="0"/>
|
||||||
<Group type="102" attributes="0">
|
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
|
||||||
<Component id="lbSolr8Settings" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="lbSolrNote1" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="lbSolrNote2" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
<EmptySpace pref="57" max="32767" attributes="0"/>
|
|
||||||
<Component id="bnTestSolr" min="-2" max="-2" attributes="0"/>
|
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
||||||
<Component id="lbTestSolr" min="-2" pref="16" max="-2" attributes="0"/>
|
|
||||||
<EmptySpace min="-2" pref="3" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
<Component id="tbSolr8Port" alignment="0" max="32767" attributes="0"/>
|
<Component id="tbSolr8Port" alignment="0" max="32767" attributes="0"/>
|
||||||
<Component id="tbSolr4Hostname" alignment="0" max="32767" attributes="0"/>
|
<Component id="tbSolr4Hostname" alignment="0" max="32767" attributes="0"/>
|
||||||
<Component id="tbSolr4Port" alignment="0" max="32767" attributes="0"/>
|
<Component id="tbSolr4Port" alignment="0" max="32767" attributes="0"/>
|
||||||
<Component id="tbZkHostname" alignment="0" max="32767" attributes="0"/>
|
<Component id="tbZkHostname" alignment="0" max="32767" attributes="0"/>
|
||||||
<Component id="tbZkPort" alignment="0" max="32767" attributes="0"/>
|
<Component id="tbZkPort" alignment="0" max="32767" attributes="0"/>
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<Component id="lbZkSettings" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace pref="164" max="32767" attributes="0"/>
|
||||||
|
<Component id="bnTestZK" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||||
|
<Component id="lbTestZK" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<Component id="lbSolr8Settings" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="32767" attributes="0"/>
|
||||||
|
<Component id="bnTestSolr8" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||||
|
<Component id="lbTestSolr8" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
<Group type="102" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="lbTestSolrWarning" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="lbSolrNote1" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="lbSolr4Settings" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="lbSolrNote2" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="lbZkSettings" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="lbWarning" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
@ -293,33 +302,53 @@
|
|||||||
<EmptySpace min="-2" pref="8" max="-2" attributes="0"/>
|
<EmptySpace min="-2" pref="8" max="-2" attributes="0"/>
|
||||||
<Component id="lbSolrNote1" min="-2" max="-2" attributes="0"/>
|
<Component id="lbSolrNote1" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="lbSolrNote2" min="-2" max="-2" attributes="0"/>
|
|
||||||
<EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
|
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
|
||||||
<Group type="103" groupAlignment="1" attributes="0">
|
<Group type="103" groupAlignment="1" attributes="0">
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Component id="lbSolrNote2" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
|
||||||
<Component id="lbSolr8Settings" min="-2" max="-2" attributes="0"/>
|
<Component id="lbSolr8Settings" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="bnTestSolr" min="-2" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
<Component id="lbTestSolr" min="-2" pref="23" max="-2" attributes="0"/>
|
<Group type="102" alignment="1" attributes="0">
|
||||||
|
<Component id="lbTestSolr8" min="-2" pref="23" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace min="-2" pref="5" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<Component id="bnTestSolr8" alignment="1" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
|
||||||
<Component id="tbSolr8Hostname" min="-2" max="-2" attributes="0"/>
|
<Component id="tbSolr8Hostname" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="tbSolr8Port" min="-2" max="-2" attributes="0"/>
|
<Component id="tbSolr8Port" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||||
<Component id="lbSolr4Settings" min="-2" pref="21" max="-2" attributes="0"/>
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="3" attributes="0">
|
||||||
|
<Component id="lbSolr4Settings" alignment="3" min="-2" pref="21" max="-2" attributes="0"/>
|
||||||
|
<Component id="bnTestSolr4" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="tbSolr4Hostname" min="-2" max="-2" attributes="0"/>
|
<Component id="tbSolr4Hostname" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="tbSolr4Port" min="-2" max="-2" attributes="0"/>
|
<Component id="tbSolr4Port" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
||||||
<Component id="lbZkSettings" min="-2" max="-2" attributes="0"/>
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="3" attributes="0">
|
||||||
|
<Component id="lbZkSettings" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="bnTestZK" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Component id="lbTestZK" alignment="1" min="-2" pref="23" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="tbZkHostname" min="-2" max="-2" attributes="0"/>
|
<Component id="tbZkHostname" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="tbZkPort" min="-2" max="-2" attributes="0"/>
|
<Component id="tbZkPort" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
<EmptySpace max="32767" attributes="0"/>
|
||||||
<Component id="lbTestSolrWarning" min="-2" pref="16" max="-2" attributes="0"/>
|
<Component id="lbWarning" min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Component id="lbTestSolr4" min="-2" pref="23" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
@ -362,30 +391,30 @@
|
|||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JButton" name="bnTestSolr">
|
<Component class="javax.swing.JButton" name="bnTestSolr8">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.bnTestSolr.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.bnTestSolr8.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<Events>
|
<Events>
|
||||||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bnTestSolrActionPerformed"/>
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bnTestSolr8ActionPerformed"/>
|
||||||
</Events>
|
</Events>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JLabel" name="lbTestSolr">
|
<Component class="javax.swing.JLabel" name="lbTestSolr8">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbTestSolr.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbTestSolr8.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JLabel" name="lbTestSolrWarning">
|
<Component class="javax.swing.JLabel" name="lbWarning">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
||||||
<Color blue="0" green="0" red="ff" type="rgb"/>
|
<Color blue="0" green="0" red="ff" type="rgb"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbTestSolrWarning.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbWarning.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
@ -473,6 +502,9 @@
|
|||||||
<Font component="lbSolrNote1" property="font" relativeSize="true" size="1"/>
|
<Font component="lbSolrNote1" property="font" relativeSize="true" size="1"/>
|
||||||
</FontInfo>
|
</FontInfo>
|
||||||
</Property>
|
</Property>
|
||||||
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||||
|
<Image iconType="3" name="/org/sleuthkit/autopsy/corecomponents/warning16.png"/>
|
||||||
|
</Property>
|
||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbSolrNote1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
<ResourceString bundle="org/sleuthkit/autopsy/corecomponents/Bundle.properties" key="MultiUserSettingsPanel.lbSolrNote1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
</Property>
|
</Property>
|
||||||
@ -490,6 +522,40 @@
|
|||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component class="javax.swing.JButton" name="bnTestSolr4">
|
||||||
|
<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.bnTestSolr4.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="bnTestSolr4ActionPerformed"/>
|
||||||
|
</Events>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JLabel" name="lbTestSolr4">
|
||||||
|
<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.lbTestSolr4.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JLabel" name="lbTestZK">
|
||||||
|
<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.lbTestZK.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
<Component class="javax.swing.JButton" name="bnTestZK">
|
||||||
|
<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.bnTestZK.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="bnTestZKActionPerformed"/>
|
||||||
|
</Events>
|
||||||
|
</Component>
|
||||||
</SubComponents>
|
</SubComponents>
|
||||||
</Container>
|
</Container>
|
||||||
<Container class="javax.swing.JPanel" name="pnMessagingSettings">
|
<Container class="javax.swing.JPanel" name="pnMessagingSettings">
|
||||||
|
@ -123,12 +123,12 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
tbDbUsername.getDocument().putProperty("statusIcon", lbTestDatabase);
|
tbDbUsername.getDocument().putProperty("statusIcon", lbTestDatabase);
|
||||||
tbDbPassword.getDocument().putProperty("statusIcon", lbTestDatabase);
|
tbDbPassword.getDocument().putProperty("statusIcon", lbTestDatabase);
|
||||||
|
|
||||||
tbSolr8Hostname.getDocument().putProperty("statusIcon", lbTestSolr);
|
tbSolr8Hostname.getDocument().putProperty("statusIcon", lbTestSolr8);
|
||||||
tbSolr8Port.getDocument().putProperty("statusIcon", lbTestSolr);
|
tbSolr8Port.getDocument().putProperty("statusIcon", lbTestSolr8);
|
||||||
tbSolr4Hostname.getDocument().putProperty("statusIcon", lbTestSolr);
|
tbSolr4Hostname.getDocument().putProperty("statusIcon", lbTestSolr4);
|
||||||
tbSolr4Port.getDocument().putProperty("statusIcon", lbTestSolr);
|
tbSolr4Port.getDocument().putProperty("statusIcon", lbTestSolr4);
|
||||||
tbZkHostname.getDocument().putProperty("statusIcon", lbTestSolr);
|
tbZkHostname.getDocument().putProperty("statusIcon", lbTestZK);
|
||||||
tbZkPort.getDocument().putProperty("statusIcon", lbTestSolr);
|
tbZkPort.getDocument().putProperty("statusIcon", lbTestZK);
|
||||||
|
|
||||||
tbMsgHostname.getDocument().putProperty("statusIcon", lbTestMessageService);
|
tbMsgHostname.getDocument().putProperty("statusIcon", lbTestMessageService);
|
||||||
tbMsgPort.getDocument().putProperty("statusIcon", lbTestMessageService);
|
tbMsgPort.getDocument().putProperty("statusIcon", lbTestMessageService);
|
||||||
@ -211,9 +211,9 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
lbSolr8Settings = new javax.swing.JLabel();
|
lbSolr8Settings = new javax.swing.JLabel();
|
||||||
tbSolr8Hostname = new javax.swing.JTextField();
|
tbSolr8Hostname = new javax.swing.JTextField();
|
||||||
tbSolr8Port = new javax.swing.JTextField();
|
tbSolr8Port = new javax.swing.JTextField();
|
||||||
bnTestSolr = new javax.swing.JButton();
|
bnTestSolr8 = new javax.swing.JButton();
|
||||||
lbTestSolr = new javax.swing.JLabel();
|
lbTestSolr8 = new javax.swing.JLabel();
|
||||||
lbTestSolrWarning = new javax.swing.JLabel();
|
lbWarning = new javax.swing.JLabel();
|
||||||
tbSolr4Hostname = new javax.swing.JTextField();
|
tbSolr4Hostname = new javax.swing.JTextField();
|
||||||
tbSolr4Port = new javax.swing.JTextField();
|
tbSolr4Port = new javax.swing.JTextField();
|
||||||
lbSolr4Settings = new javax.swing.JLabel();
|
lbSolr4Settings = new javax.swing.JLabel();
|
||||||
@ -222,6 +222,10 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
tbZkPort = new javax.swing.JTextField();
|
tbZkPort = new javax.swing.JTextField();
|
||||||
lbSolrNote1 = new javax.swing.JLabel();
|
lbSolrNote1 = new javax.swing.JLabel();
|
||||||
lbSolrNote2 = new javax.swing.JLabel();
|
lbSolrNote2 = new javax.swing.JLabel();
|
||||||
|
bnTestSolr4 = new javax.swing.JButton();
|
||||||
|
lbTestSolr4 = new javax.swing.JLabel();
|
||||||
|
lbTestZK = new javax.swing.JLabel();
|
||||||
|
bnTestZK = new javax.swing.JButton();
|
||||||
pnMessagingSettings = new javax.swing.JPanel();
|
pnMessagingSettings = new javax.swing.JPanel();
|
||||||
lbMessageServiceSettings = new javax.swing.JLabel();
|
lbMessageServiceSettings = new javax.swing.JLabel();
|
||||||
tbMsgHostname = new javax.swing.JTextField();
|
tbMsgHostname = new javax.swing.JTextField();
|
||||||
@ -323,17 +327,17 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
tbSolr8Port.setFont(tbSolr8Port.getFont().deriveFont(tbSolr8Port.getFont().getSize()+1f));
|
tbSolr8Port.setFont(tbSolr8Port.getFont().deriveFont(tbSolr8Port.getFont().getSize()+1f));
|
||||||
tbSolr8Port.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbSolr8Port.toolTipText")); // NOI18N
|
tbSolr8Port.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbSolr8Port.toolTipText")); // NOI18N
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(bnTestSolr, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.bnTestSolr.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(bnTestSolr8, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.bnTestSolr8.text")); // NOI18N
|
||||||
bnTestSolr.addActionListener(new java.awt.event.ActionListener() {
|
bnTestSolr8.addActionListener(new java.awt.event.ActionListener() {
|
||||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
bnTestSolrActionPerformed(evt);
|
bnTestSolr8ActionPerformed(evt);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(lbTestSolr, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestSolr.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(lbTestSolr8, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestSolr8.text")); // NOI18N
|
||||||
|
|
||||||
lbTestSolrWarning.setForeground(new java.awt.Color(255, 0, 0));
|
lbWarning.setForeground(new java.awt.Color(255, 0, 0));
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(lbTestSolrWarning, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestSolrWarning.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(lbWarning, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbWarning.text")); // NOI18N
|
||||||
|
|
||||||
tbSolr4Hostname.setFont(tbSolr4Hostname.getFont().deriveFont(tbSolr4Hostname.getFont().getSize()+1f));
|
tbSolr4Hostname.setFont(tbSolr4Hostname.getFont().deriveFont(tbSolr4Hostname.getFont().getSize()+1f));
|
||||||
tbSolr4Hostname.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbSolr4Hostname.toolTipText")); // NOI18N
|
tbSolr4Hostname.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbSolr4Hostname.toolTipText")); // NOI18N
|
||||||
@ -354,11 +358,30 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
tbZkPort.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbZkPort.toolTipText")); // NOI18N
|
tbZkPort.setToolTipText(org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.tbZkPort.toolTipText")); // NOI18N
|
||||||
|
|
||||||
lbSolrNote1.setFont(lbSolrNote1.getFont().deriveFont(lbSolrNote1.getFont().getSize()+1f));
|
lbSolrNote1.setFont(lbSolrNote1.getFont().deriveFont(lbSolrNote1.getFont().getSize()+1f));
|
||||||
|
lbSolrNote1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/corecomponents/warning16.png"))); // NOI18N
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(lbSolrNote1, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbSolrNote1.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(lbSolrNote1, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbSolrNote1.text")); // NOI18N
|
||||||
|
|
||||||
lbSolrNote2.setFont(lbSolrNote2.getFont().deriveFont(lbSolrNote2.getFont().getSize()+1f));
|
lbSolrNote2.setFont(lbSolrNote2.getFont().deriveFont(lbSolrNote2.getFont().getSize()+1f));
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(lbSolrNote2, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbSolrNote2.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(lbSolrNote2, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbSolrNote2.text")); // NOI18N
|
||||||
|
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(bnTestSolr4, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.bnTestSolr4.text")); // NOI18N
|
||||||
|
bnTestSolr4.addActionListener(new java.awt.event.ActionListener() {
|
||||||
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
|
bnTestSolr4ActionPerformed(evt);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(lbTestSolr4, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestSolr4.text")); // NOI18N
|
||||||
|
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(lbTestZK, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.lbTestZK.text")); // NOI18N
|
||||||
|
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(bnTestZK, org.openide.util.NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.bnTestZK.text")); // NOI18N
|
||||||
|
bnTestZK.addActionListener(new java.awt.event.ActionListener() {
|
||||||
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
|
bnTestZKActionPerformed(evt);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
javax.swing.GroupLayout pnSolrSettingsLayout = new javax.swing.GroupLayout(pnSolrSettings);
|
javax.swing.GroupLayout pnSolrSettingsLayout = new javax.swing.GroupLayout(pnSolrSettings);
|
||||||
pnSolrSettings.setLayout(pnSolrSettingsLayout);
|
pnSolrSettings.setLayout(pnSolrSettingsLayout);
|
||||||
pnSolrSettingsLayout.setHorizontalGroup(
|
pnSolrSettingsLayout.setHorizontalGroup(
|
||||||
@ -366,27 +389,35 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
.addContainerGap()
|
.addContainerGap()
|
||||||
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(tbSolr8Hostname)
|
|
||||||
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addComponent(lbSolr4Settings)
|
||||||
.addComponent(lbSolr8Settings)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
.addComponent(lbSolrNote1)
|
.addComponent(bnTestSolr4)
|
||||||
.addComponent(lbSolrNote2))
|
.addGap(18, 18, 18)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 57, Short.MAX_VALUE)
|
.addComponent(lbTestSolr4, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addComponent(bnTestSolr)
|
.addComponent(tbSolr8Hostname)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
|
||||||
.addComponent(lbTestSolr, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE)
|
|
||||||
.addGap(3, 3, 3))
|
|
||||||
.addComponent(tbSolr8Port)
|
.addComponent(tbSolr8Port)
|
||||||
.addComponent(tbSolr4Hostname)
|
.addComponent(tbSolr4Hostname)
|
||||||
.addComponent(tbSolr4Port)
|
.addComponent(tbSolr4Port)
|
||||||
.addComponent(tbZkHostname)
|
.addComponent(tbZkHostname)
|
||||||
.addComponent(tbZkPort)
|
.addComponent(tbZkPort)
|
||||||
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
|
.addComponent(lbZkSettings)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 164, Short.MAX_VALUE)
|
||||||
|
.addComponent(bnTestZK)
|
||||||
|
.addGap(18, 18, 18)
|
||||||
|
.addComponent(lbTestZK, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
|
.addComponent(lbSolr8Settings)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||||
|
.addComponent(bnTestSolr8)
|
||||||
|
.addGap(18, 18, 18)
|
||||||
|
.addComponent(lbTestSolr8, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(lbTestSolrWarning)
|
.addComponent(lbSolrNote1)
|
||||||
.addComponent(lbSolr4Settings)
|
.addComponent(lbSolrNote2)
|
||||||
.addComponent(lbZkSettings))
|
.addComponent(lbWarning))
|
||||||
.addGap(0, 0, Short.MAX_VALUE)))
|
.addGap(0, 0, Short.MAX_VALUE)))
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
@ -396,31 +427,44 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
.addGap(8, 8, 8)
|
.addGap(8, 8, 8)
|
||||||
.addComponent(lbSolrNote1)
|
.addComponent(lbSolrNote1)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(lbSolrNote2)
|
|
||||||
.addGap(20, 20, 20)
|
|
||||||
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
|
||||||
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
.addComponent(lbSolr8Settings)
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
.addComponent(bnTestSolr))
|
.addComponent(lbSolrNote2)
|
||||||
.addComponent(lbTestSolr, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE))
|
.addGap(28, 28, 28)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addComponent(lbSolr8Settings))
|
||||||
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
|
.addComponent(lbTestSolr8, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addGap(5, 5, 5))
|
||||||
|
.addComponent(bnTestSolr8))
|
||||||
|
.addGap(6, 6, 6)
|
||||||
.addComponent(tbSolr8Hostname, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbSolr8Hostname, 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(tbSolr8Port, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbSolr8Port, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addGap(18, 18, 18)
|
.addGap(18, 18, 18)
|
||||||
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
.addComponent(lbSolr4Settings, javax.swing.GroupLayout.PREFERRED_SIZE, 21, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(lbSolr4Settings, javax.swing.GroupLayout.PREFERRED_SIZE, 21, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addComponent(bnTestSolr4))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(tbSolr4Hostname, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbSolr4Hostname, 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(tbSolr4Port, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbSolr4Port, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(pnSolrSettingsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
.addComponent(lbZkSettings)
|
.addComponent(lbZkSettings)
|
||||||
|
.addComponent(bnTestZK))
|
||||||
|
.addComponent(lbTestZK, 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(tbZkHostname, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbZkHostname, 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(tbZkPort, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(tbZkPort, 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)
|
.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(lbWarning, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
|
.addGroup(pnSolrSettingsLayout.createSequentialGroup()
|
||||||
|
.addComponent(lbTestSolr4, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
|
.addGap(0, 0, Short.MAX_VALUE)))
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -546,7 +590,7 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
.addGap(18, 18, 18)
|
.addGap(18, 18, 18)
|
||||||
.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))
|
||||||
.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))
|
||||||
.addContainerGap(201, Short.MAX_VALUE))
|
.addContainerGap(234, Short.MAX_VALUE))
|
||||||
);
|
);
|
||||||
|
|
||||||
jScrollPane.setViewportView(pnOverallPanel);
|
jScrollPane.setViewportView(pnOverallPanel);
|
||||||
@ -555,7 +599,7 @@ 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, 1191, Short.MAX_VALUE)
|
.addComponent(jScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 1250, Short.MAX_VALUE)
|
||||||
);
|
);
|
||||||
layout.setVerticalGroup(
|
layout.setVerticalGroup(
|
||||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
@ -583,12 +627,16 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
tbOops.setText("");
|
tbOops.setText("");
|
||||||
bnTestDatabase.setEnabled(false);
|
bnTestDatabase.setEnabled(false);
|
||||||
lbTestDatabase.setIcon(null);
|
lbTestDatabase.setIcon(null);
|
||||||
bnTestSolr.setEnabled(false);
|
bnTestSolr8.setEnabled(false);
|
||||||
lbTestSolr.setIcon(null);
|
lbTestSolr8.setIcon(null);
|
||||||
|
bnTestSolr4.setEnabled(false);
|
||||||
|
lbTestSolr4.setIcon(null);
|
||||||
|
bnTestZK.setEnabled(false);
|
||||||
|
lbTestZK.setIcon(null);
|
||||||
bnTestMessageService.setEnabled(false);
|
bnTestMessageService.setEnabled(false);
|
||||||
lbTestMessageService.setIcon(null);
|
lbTestMessageService.setIcon(null);
|
||||||
lbTestDbWarning.setText("");
|
lbTestDbWarning.setText("");
|
||||||
lbTestSolrWarning.setText("");
|
lbWarning.setText("");
|
||||||
lbTestMessageWarning.setText("");
|
lbTestMessageWarning.setText("");
|
||||||
}
|
}
|
||||||
enableMultiUserComponents(textBoxes, cbEnableMultiUser.isSelected());
|
enableMultiUserComponents(textBoxes, cbEnableMultiUser.isSelected());
|
||||||
@ -653,68 +701,119 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
}
|
}
|
||||||
}//GEN-LAST:event_bnTestMessageServiceActionPerformed
|
}//GEN-LAST:event_bnTestMessageServiceActionPerformed
|
||||||
|
|
||||||
private void bnTestSolrActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnTestSolrActionPerformed
|
private void bnTestSolr8ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnTestSolr8ActionPerformed
|
||||||
lbTestSolr.setIcon(null);
|
lbTestSolr8.setIcon(null);
|
||||||
lbTestSolr.paintImmediately(lbTestSolr.getVisibleRect());
|
lbTestSolr8.paintImmediately(lbTestSolr8.getVisibleRect());
|
||||||
lbTestSolrWarning.setText("");
|
lbWarning.setText("");
|
||||||
lbTestSolrWarning.paintImmediately(lbTestSolrWarning.getVisibleRect());
|
lbWarning.paintImmediately(lbWarning.getVisibleRect());
|
||||||
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
||||||
|
|
||||||
KeywordSearchService kwsService = Lookup.getDefault().lookup(KeywordSearchService.class);
|
KeywordSearchService kwsService = Lookup.getDefault().lookup(KeywordSearchService.class);
|
||||||
try {
|
try {
|
||||||
if (kwsService != null) {
|
if (kwsService != null) {
|
||||||
// test Solr 8 connectivity
|
// test Solr 8 connectivity
|
||||||
if (!tbSolr8Port.getText().trim().isEmpty() && !tbSolr8Hostname.getText().trim().isEmpty()) {
|
if (tbSolr8Port.getText().trim().isEmpty() || tbSolr8Hostname.getText().trim().isEmpty()) {
|
||||||
|
lbTestSolr8.setIcon(badIcon);
|
||||||
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.Solr8ConnectionInfoMissing.error"));
|
||||||
|
return;
|
||||||
|
}
|
||||||
int port = Integer.parseInt(tbSolr8Port.getText().trim());
|
int port = Integer.parseInt(tbSolr8Port.getText().trim());
|
||||||
kwsService.tryConnect(tbSolr8Hostname.getText().trim(), port);
|
kwsService.tryConnect(tbSolr8Hostname.getText().trim(), port);
|
||||||
|
lbTestSolr8.setIcon(goodIcon);
|
||||||
|
lbWarning.setText("");
|
||||||
|
} else {
|
||||||
|
lbTestSolr8.setIcon(badIcon);
|
||||||
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.KeywordSearchNull"));
|
||||||
}
|
}
|
||||||
|
} catch (NumberFormatException ex) {
|
||||||
|
lbTestSolr8.setIcon(badIcon);
|
||||||
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.InvalidPortNumber"));
|
||||||
|
} catch (KeywordSearchServiceException ex) {
|
||||||
|
lbTestSolr8.setIcon(badIcon);
|
||||||
|
lbWarning.setText(ex.getMessage());
|
||||||
|
} finally {
|
||||||
|
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
|
||||||
|
}
|
||||||
|
}//GEN-LAST:event_bnTestSolr8ActionPerformed
|
||||||
|
|
||||||
|
private void bnTestSolr4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnTestSolr4ActionPerformed
|
||||||
|
lbTestSolr4.setIcon(null);
|
||||||
|
lbTestSolr4.paintImmediately(lbTestSolr4.getVisibleRect());
|
||||||
|
lbWarning.setText("");
|
||||||
|
lbWarning.paintImmediately(lbWarning.getVisibleRect());
|
||||||
|
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
||||||
|
|
||||||
|
KeywordSearchService kwsService = Lookup.getDefault().lookup(KeywordSearchService.class);
|
||||||
|
try {
|
||||||
|
if (kwsService != null) {
|
||||||
// test Solr 4 conenctivity
|
// test Solr 4 conenctivity
|
||||||
if (!tbSolr4Port.getText().trim().isEmpty() && !tbSolr4Hostname.getText().trim().isEmpty()) {
|
if (tbSolr4Port.getText().trim().isEmpty() || tbSolr4Hostname.getText().trim().isEmpty()) {
|
||||||
|
lbTestSolr4.setIcon(badIcon);
|
||||||
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.Solr4ConnectionInfoMissing.error"));
|
||||||
|
return;
|
||||||
|
}
|
||||||
int port = Integer.parseInt(tbSolr4Port.getText().trim());
|
int port = Integer.parseInt(tbSolr4Port.getText().trim());
|
||||||
kwsService.tryConnect(tbSolr4Hostname.getText().trim(), port);
|
kwsService.tryConnect(tbSolr4Hostname.getText().trim(), port);
|
||||||
|
lbTestSolr4.setIcon(goodIcon);
|
||||||
|
lbWarning.setText("");
|
||||||
|
} else {
|
||||||
|
lbTestSolr4.setIcon(badIcon);
|
||||||
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.KeywordSearchNull"));
|
||||||
}
|
}
|
||||||
|
} catch (NumberFormatException ex) {
|
||||||
|
lbTestSolr4.setIcon(badIcon);
|
||||||
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.InvalidPortNumber"));
|
||||||
|
} catch (KeywordSearchServiceException ex) {
|
||||||
|
lbTestSolr4.setIcon(badIcon);
|
||||||
|
lbWarning.setText(ex.getMessage());
|
||||||
|
} finally {
|
||||||
|
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
|
||||||
|
}
|
||||||
|
}//GEN-LAST:event_bnTestSolr4ActionPerformed
|
||||||
|
|
||||||
|
private void bnTestZKActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnTestZKActionPerformed
|
||||||
|
lbTestZK.setIcon(null);
|
||||||
|
lbTestZK.paintImmediately(lbTestZK.getVisibleRect());
|
||||||
|
lbWarning.setText("");
|
||||||
|
lbWarning.paintImmediately(lbWarning.getVisibleRect());
|
||||||
|
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
||||||
|
|
||||||
|
try {
|
||||||
// test ZooKeeper connectivity (ZK settings are mandatory)
|
// test ZooKeeper connectivity (ZK settings are mandatory)
|
||||||
if (tbZkPort.getText().trim().isEmpty() || tbZkHostname.getText().trim().isEmpty()) {
|
if (tbZkPort.getText().trim().isEmpty() || tbZkHostname.getText().trim().isEmpty()) {
|
||||||
lbTestSolr.setIcon(badIcon);
|
lbTestZK.setIcon(badIcon);
|
||||||
lbTestSolrWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.UnableToConnectToZK"));
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.UnableToConnectToZK"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false == CoordinationServiceUtils.isZooKeeperAccessible(tbZkHostname.getText().trim(), tbZkPort.getText().trim())) {
|
if (false == CoordinationServiceUtils.isZooKeeperAccessible(tbZkHostname.getText().trim(), tbZkPort.getText().trim())) {
|
||||||
lbTestSolr.setIcon(badIcon);
|
lbTestZK.setIcon(badIcon);
|
||||||
lbTestSolrWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.UnableToConnectToZK"));
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.UnableToConnectToZK"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
lbTestSolr.setIcon(goodIcon);
|
lbTestZK.setIcon(goodIcon);
|
||||||
lbTestSolrWarning.setText("");
|
lbWarning.setText("");
|
||||||
} else {
|
|
||||||
lbTestSolr.setIcon(badIcon);
|
|
||||||
lbTestSolrWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.KeywordSearchNull"));
|
|
||||||
}
|
|
||||||
} catch (NumberFormatException ex) {
|
} catch (NumberFormatException ex) {
|
||||||
lbTestSolr.setIcon(badIcon);
|
lbTestZK.setIcon(badIcon);
|
||||||
lbTestSolrWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.InvalidPortNumber"));
|
lbWarning.setText(NbBundle.getMessage(MultiUserSettingsPanel.class, "MultiUserSettingsPanel.InvalidPortNumber"));
|
||||||
} catch (KeywordSearchServiceException ex) {
|
|
||||||
lbTestSolr.setIcon(badIcon);
|
|
||||||
lbTestSolrWarning.setText(ex.getMessage());
|
|
||||||
} catch (InterruptedException | IOException ex) {
|
} catch (InterruptedException | IOException ex) {
|
||||||
// ZK exceptions
|
// ZK exceptions
|
||||||
lbTestSolr.setIcon(badIcon);
|
lbTestZK.setIcon(badIcon);
|
||||||
lbTestSolrWarning.setText(ex.getMessage());
|
lbWarning.setText(ex.getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
|
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
|
||||||
}
|
}
|
||||||
}//GEN-LAST:event_bnTestSolrActionPerformed
|
}//GEN-LAST:event_bnTestZKActionPerformed
|
||||||
|
|
||||||
void load() {
|
void load() {
|
||||||
lbTestDatabase.setIcon(null);
|
lbTestDatabase.setIcon(null);
|
||||||
lbTestSolr.setIcon(null);
|
lbTestSolr8.setIcon(null);
|
||||||
|
lbTestSolr4.setIcon(null);
|
||||||
|
lbTestZK.setIcon(null);
|
||||||
lbTestMessageService.setIcon(null);
|
lbTestMessageService.setIcon(null);
|
||||||
lbTestDbWarning.setText("");
|
lbTestDbWarning.setText("");
|
||||||
lbTestSolrWarning.setText("");
|
lbWarning.setText("");
|
||||||
lbTestMessageWarning.setText("");
|
lbTestMessageWarning.setText("");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -739,12 +838,10 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
populateSolrAndZkSettings();
|
populateSolrAndZkSettings();
|
||||||
|
|
||||||
lbTestDatabase.setIcon(null);
|
|
||||||
lbTestSolr.setIcon(null);
|
|
||||||
lbTestMessageService.setIcon(null);
|
|
||||||
|
|
||||||
bnTestDatabase.setEnabled(false);
|
bnTestDatabase.setEnabled(false);
|
||||||
bnTestSolr.setEnabled(false);
|
bnTestSolr8.setEnabled(false);
|
||||||
|
bnTestSolr4.setEnabled(false);
|
||||||
|
bnTestZK.setEnabled(false);
|
||||||
bnTestMessageService.setEnabled(false);
|
bnTestMessageService.setEnabled(false);
|
||||||
|
|
||||||
cbEnableMultiUser.setSelected(UserPreferences.getIsMultiUserModeEnabled());
|
cbEnableMultiUser.setSelected(UserPreferences.getIsMultiUserModeEnabled());
|
||||||
@ -814,29 +911,47 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests whether or not values have been entered in all of the mandatory
|
* Tests whether or not values have been entered in all of the mandatory
|
||||||
* Solr settings text fields. Test optional settings for completeness.
|
* Solr settings text fields.
|
||||||
*
|
*
|
||||||
* @return True or false.
|
* @return True or false.
|
||||||
*/
|
*/
|
||||||
private boolean solrFieldsArePopulated() {
|
private boolean solr4FieldsArePopulated() {
|
||||||
|
|
||||||
// either Solr 8 or/and Solr 4 seetings must be specified
|
|
||||||
boolean solrConfigured = false;
|
|
||||||
|
|
||||||
// check if Solr 8 settings are set
|
|
||||||
if (!tbSolr8Hostname.getText().trim().isEmpty()
|
|
||||||
&& !tbSolr8Port.getText().trim().isEmpty()) {
|
|
||||||
solrConfigured = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// check if Solr 4 settings are set
|
// check if Solr 4 settings are set
|
||||||
if (!tbSolr4Hostname.getText().trim().isEmpty()
|
if (!tbSolr4Hostname.getText().trim().isEmpty()
|
||||||
&& !tbSolr4Port.getText().trim().isEmpty()) {
|
&& !tbSolr4Port.getText().trim().isEmpty()) {
|
||||||
solrConfigured = true;
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ZK settings are mandatory
|
/**
|
||||||
return (solrConfigured && !tbZkHostname.getText().trim().isEmpty()
|
* Tests whether or not values have been entered in all of the mandatory
|
||||||
|
* Solr settings text fields.
|
||||||
|
*
|
||||||
|
* @return True or false.
|
||||||
|
*/
|
||||||
|
private boolean solr8FieldsArePopulated() {
|
||||||
|
|
||||||
|
// check if Solr 8 settings are set
|
||||||
|
if (!tbSolr8Hostname.getText().trim().isEmpty()
|
||||||
|
&& !tbSolr8Port.getText().trim().isEmpty()) {
|
||||||
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests whether or not values have been entered in all of the mandatory
|
||||||
|
* ZK settings text fields.
|
||||||
|
*
|
||||||
|
* @return True or false.
|
||||||
|
*/
|
||||||
|
private boolean ZooKeeperFieldsArePopulated() {
|
||||||
|
// check if ZK settings are set
|
||||||
|
return (!tbZkHostname.getText().trim().isEmpty()
|
||||||
&& !tbZkPort.getText().trim().isEmpty());
|
&& !tbZkPort.getText().trim().isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1004,19 +1119,25 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
boolean result = true;
|
boolean result = true;
|
||||||
|
|
||||||
boolean dbPopulated = databaseFieldsArePopulated();
|
boolean dbPopulated = databaseFieldsArePopulated();
|
||||||
boolean solrPopulated = solrFieldsArePopulated();
|
boolean solr4Populated = solr4FieldsArePopulated();
|
||||||
|
boolean solr8Populated = solr8FieldsArePopulated();
|
||||||
|
boolean zkPopulated = ZooKeeperFieldsArePopulated();
|
||||||
boolean messageServicePopulated = messageServiceFieldsArePopulated();
|
boolean messageServicePopulated = messageServiceFieldsArePopulated();
|
||||||
|
|
||||||
// PostgreSQL Database
|
// PostgreSQL Database
|
||||||
bnTestDatabase.setEnabled(dbPopulated);
|
bnTestDatabase.setEnabled(dbPopulated);
|
||||||
|
|
||||||
// Solr Indexing
|
// Solr Indexing
|
||||||
bnTestSolr.setEnabled(solrPopulated);
|
bnTestSolr8.setEnabled(solr8Populated);
|
||||||
|
bnTestSolr4.setEnabled(solr4Populated);
|
||||||
|
bnTestZK.setEnabled(zkPopulated);
|
||||||
|
|
||||||
// ActiveMQ Messaging
|
// ActiveMQ Messaging
|
||||||
bnTestMessageService.setEnabled(messageServicePopulated);
|
bnTestMessageService.setEnabled(messageServicePopulated);
|
||||||
|
|
||||||
if (!dbPopulated || !solrPopulated || !messageServicePopulated) {
|
if (dbPopulated && messageServicePopulated && zkPopulated && (solr8Populated || solr4Populated)) {
|
||||||
|
result = true;
|
||||||
|
} else {
|
||||||
// We don't even have everything filled out
|
// We don't even have everything filled out
|
||||||
result = false;
|
result = false;
|
||||||
tbOops.setText(INCOMPLETE_SETTINGS_MSG);
|
tbOops.setText(INCOMPLETE_SETTINGS_MSG);
|
||||||
@ -1133,7 +1254,9 @@ 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 bnTestSolr;
|
private javax.swing.JButton bnTestSolr4;
|
||||||
|
private javax.swing.JButton bnTestSolr8;
|
||||||
|
private javax.swing.JButton bnTestZK;
|
||||||
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;
|
||||||
@ -1146,8 +1269,10 @@ public final class MultiUserSettingsPanel extends javax.swing.JPanel {
|
|||||||
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 lbTestSolr;
|
private javax.swing.JLabel lbTestSolr4;
|
||||||
private javax.swing.JLabel lbTestSolrWarning;
|
private javax.swing.JLabel lbTestSolr8;
|
||||||
|
private javax.swing.JLabel lbTestZK;
|
||||||
|
private javax.swing.JLabel lbWarning;
|
||||||
private javax.swing.JLabel lbZkSettings;
|
private javax.swing.JLabel lbZkSettings;
|
||||||
private javax.swing.JPanel pnDatabaseSettings;
|
private javax.swing.JPanel pnDatabaseSettings;
|
||||||
private javax.swing.JPanel pnMessagingSettings;
|
private javax.swing.JPanel pnMessagingSettings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user