mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
bug fixes and formatting
This commit is contained in:
parent
dda7ec04d8
commit
06c42b1ce4
@ -59,20 +59,15 @@
|
|||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
||||||
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
|
|
||||||
<EmptyBorder bottom="5" left="1" right="1" top="1"/>
|
|
||||||
</Border>
|
|
||||||
</Property>
|
|
||||||
<Property name="alignmentX" type="float" value="0.0"/>
|
<Property name="alignmentX" type="float" value="0.0"/>
|
||||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[32767, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[10, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AuxValues>
|
<AuxValues>
|
||||||
|
@ -177,11 +177,10 @@ public class AnalysisPanel extends BaseDataSourceSummaryPanel {
|
|||||||
mainContentPanel.setMinimumSize(new java.awt.Dimension(200, 452));
|
mainContentPanel.setMinimumSize(new java.awt.Dimension(200, 452));
|
||||||
mainContentPanel.setLayout(new javax.swing.BoxLayout(mainContentPanel, javax.swing.BoxLayout.PAGE_AXIS));
|
mainContentPanel.setLayout(new javax.swing.BoxLayout(mainContentPanel, javax.swing.BoxLayout.PAGE_AXIS));
|
||||||
|
|
||||||
ingestRunningPanel.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 5, 1));
|
|
||||||
ingestRunningPanel.setAlignmentX(0.0F);
|
ingestRunningPanel.setAlignmentX(0.0F);
|
||||||
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 25));
|
||||||
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 20));
|
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 25));
|
||||||
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(10, 25));
|
||||||
mainContentPanel.add(ingestRunningPanel);
|
mainContentPanel.add(ingestRunningPanel);
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(hashsetHitsLabel, org.openide.util.NbBundle.getMessage(AnalysisPanel.class, "AnalysisPanel.hashsetHitsLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(hashsetHitsLabel, org.openide.util.NbBundle.getMessage(AnalysisPanel.class, "AnalysisPanel.hashsetHitsLabel.text")); // NOI18N
|
||||||
|
@ -53,20 +53,15 @@
|
|||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
||||||
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
|
|
||||||
<EmptyBorder bottom="5" left="1" right="1" top="1"/>
|
|
||||||
</Border>
|
|
||||||
</Property>
|
|
||||||
<Property name="alignmentX" type="float" value="0.0"/>
|
<Property name="alignmentX" type="float" value="0.0"/>
|
||||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[32767, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[10, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[10, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AuxValues>
|
<AuxValues>
|
||||||
|
@ -120,8 +120,10 @@ public class PastCasesPanel extends BaseDataSourceSummaryPanel {
|
|||||||
* data.
|
* data.
|
||||||
*/
|
*/
|
||||||
private <O> DataFetchResult<O> getSubResult(DataFetchResult<PastCasesResult> inputResult, Function<PastCasesResult, O> getSubResult) {
|
private <O> DataFetchResult<O> getSubResult(DataFetchResult<PastCasesResult> inputResult, Function<PastCasesResult, O> getSubResult) {
|
||||||
if (inputResult.getResultType() == ResultType.SUCCESS) {
|
if (inputResult == null) {
|
||||||
O innerData = (inputResult == null) ? null : getSubResult.apply(inputResult.getData());
|
return null;
|
||||||
|
} else if (inputResult.getResultType() == ResultType.SUCCESS) {
|
||||||
|
O innerData = (inputResult.getData() == null) ? null : getSubResult.apply(inputResult.getData());
|
||||||
return DataFetchResult.getSuccessResult(innerData);
|
return DataFetchResult.getSuccessResult(innerData);
|
||||||
} else {
|
} else {
|
||||||
return DataFetchResult.getErrorResult(inputResult.getException());
|
return DataFetchResult.getErrorResult(inputResult.getException());
|
||||||
@ -168,11 +170,10 @@ public class PastCasesPanel extends BaseDataSourceSummaryPanel {
|
|||||||
mainContentPanel.setBorder(javax.swing.BorderFactory.createEmptyBorder(10, 10, 10, 10));
|
mainContentPanel.setBorder(javax.swing.BorderFactory.createEmptyBorder(10, 10, 10, 10));
|
||||||
mainContentPanel.setLayout(new javax.swing.BoxLayout(mainContentPanel, javax.swing.BoxLayout.PAGE_AXIS));
|
mainContentPanel.setLayout(new javax.swing.BoxLayout(mainContentPanel, javax.swing.BoxLayout.PAGE_AXIS));
|
||||||
|
|
||||||
ingestRunningPanel.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 5, 1));
|
|
||||||
ingestRunningPanel.setAlignmentX(0.0F);
|
ingestRunningPanel.setAlignmentX(0.0F);
|
||||||
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 25));
|
||||||
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 20));
|
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 25));
|
||||||
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(10, 20));
|
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(10, 25));
|
||||||
mainContentPanel.add(ingestRunningPanel);
|
mainContentPanel.add(ingestRunningPanel);
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(notableFileLabel, org.openide.util.NbBundle.getMessage(PastCasesPanel.class, "PastCasesPanel.notableFileLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(notableFileLabel, org.openide.util.NbBundle.getMessage(PastCasesPanel.class, "PastCasesPanel.notableFileLabel.text")); // NOI18N
|
||||||
|
@ -54,13 +54,13 @@
|
|||||||
<Properties>
|
<Properties>
|
||||||
<Property name="alignmentX" type="float" value="0.0"/>
|
<Property name="alignmentX" type="float" value="0.0"/>
|
||||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[32767, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[10, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AuxValues>
|
<AuxValues>
|
||||||
@ -70,7 +70,7 @@
|
|||||||
</AuxValues>
|
</AuxValues>
|
||||||
<Constraints>
|
<Constraints>
|
||||||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
|
||||||
<GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
|
<GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
|
||||||
</Constraint>
|
</Constraint>
|
||||||
</Constraints>
|
</Constraints>
|
||||||
|
|
||||||
@ -124,7 +124,7 @@
|
|||||||
</AuxValues>
|
</AuxValues>
|
||||||
<Constraints>
|
<Constraints>
|
||||||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
|
||||||
<GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="11" weightX="0.0" weightY="0.0"/>
|
<GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="11" weightX="0.0" weightY="0.0"/>
|
||||||
</Constraint>
|
</Constraint>
|
||||||
</Constraints>
|
</Constraints>
|
||||||
</Component>
|
</Component>
|
||||||
|
@ -243,15 +243,14 @@ public final class RecentFilesPanel extends BaseDataSourceSummaryPanel {
|
|||||||
tablePanel.setLayout(new java.awt.GridBagLayout());
|
tablePanel.setLayout(new java.awt.GridBagLayout());
|
||||||
|
|
||||||
ingestRunningPanel.setAlignmentX(0.0F);
|
ingestRunningPanel.setAlignmentX(0.0F);
|
||||||
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 25));
|
||||||
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 20));
|
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 25));
|
||||||
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(10, 25));
|
||||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||||
gridBagConstraints.gridx = 0;
|
gridBagConstraints.gridx = 0;
|
||||||
gridBagConstraints.gridy = 0;
|
gridBagConstraints.gridy = 0;
|
||||||
gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
|
gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
|
||||||
gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST;
|
gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST;
|
||||||
gridBagConstraints.insets = new java.awt.Insets(0, 0, 5, 0);
|
|
||||||
tablePanel.add(ingestRunningPanel, gridBagConstraints);
|
tablePanel.add(ingestRunningPanel, gridBagConstraints);
|
||||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||||
gridBagConstraints.gridx = 0;
|
gridBagConstraints.gridx = 0;
|
||||||
@ -287,7 +286,6 @@ public final class RecentFilesPanel extends BaseDataSourceSummaryPanel {
|
|||||||
gridBagConstraints.gridy = 1;
|
gridBagConstraints.gridy = 1;
|
||||||
gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
|
gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
|
||||||
gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTH;
|
gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTH;
|
||||||
gridBagConstraints.insets = new java.awt.Insets(5, 0, 0, 0);
|
|
||||||
tablePanel.add(openDocsLabel, gridBagConstraints);
|
tablePanel.add(openDocsLabel, gridBagConstraints);
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(downloadLabel, org.openide.util.NbBundle.getMessage(RecentFilesPanel.class, "RecentFilesPanel.downloadLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(downloadLabel, org.openide.util.NbBundle.getMessage(RecentFilesPanel.class, "RecentFilesPanel.downloadLabel.text")); // NOI18N
|
||||||
|
@ -54,20 +54,15 @@
|
|||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
||||||
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
|
|
||||||
<EmptyBorder bottom="5" left="1" right="1" top="1"/>
|
|
||||||
</Border>
|
|
||||||
</Property>
|
|
||||||
<Property name="alignmentX" type="float" value="0.0"/>
|
<Property name="alignmentX" type="float" value="0.0"/>
|
||||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[32767, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[10, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AuxValues>
|
<AuxValues>
|
||||||
|
@ -356,11 +356,10 @@ class TypesPanel extends BaseDataSourceSummaryPanel {
|
|||||||
contentParent.setMinimumSize(new java.awt.Dimension(400, 490));
|
contentParent.setMinimumSize(new java.awt.Dimension(400, 490));
|
||||||
contentParent.setLayout(new javax.swing.BoxLayout(contentParent, javax.swing.BoxLayout.PAGE_AXIS));
|
contentParent.setLayout(new javax.swing.BoxLayout(contentParent, javax.swing.BoxLayout.PAGE_AXIS));
|
||||||
|
|
||||||
ingestRunningPanel.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 5, 1));
|
|
||||||
ingestRunningPanel.setAlignmentX(0.0F);
|
ingestRunningPanel.setAlignmentX(0.0F);
|
||||||
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 25));
|
||||||
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 20));
|
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 25));
|
||||||
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(10, 25));
|
||||||
contentParent.add(ingestRunningPanel);
|
contentParent.add(ingestRunningPanel);
|
||||||
|
|
||||||
usagePanel.setAlignmentX(0.0F);
|
usagePanel.setAlignmentX(0.0F);
|
||||||
|
@ -62,20 +62,15 @@
|
|||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
<Container class="javax.swing.JPanel" name="ingestRunningPanel">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
||||||
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
|
|
||||||
<EmptyBorder bottom="5" left="1" right="1" top="1"/>
|
|
||||||
</Border>
|
|
||||||
</Property>
|
|
||||||
<Property name="alignmentX" type="float" value="0.0"/>
|
<Property name="alignmentX" type="float" value="0.0"/>
|
||||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[32767, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[10, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[32767, 20]"/>
|
<Dimension value="[10, 25]"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AuxValues>
|
<AuxValues>
|
||||||
|
@ -368,11 +368,10 @@ public class UserActivityPanel extends BaseDataSourceSummaryPanel {
|
|||||||
contentPanel.setMinimumSize(new java.awt.Dimension(10, 450));
|
contentPanel.setMinimumSize(new java.awt.Dimension(10, 450));
|
||||||
contentPanel.setLayout(new javax.swing.BoxLayout(contentPanel, javax.swing.BoxLayout.PAGE_AXIS));
|
contentPanel.setLayout(new javax.swing.BoxLayout(contentPanel, javax.swing.BoxLayout.PAGE_AXIS));
|
||||||
|
|
||||||
ingestRunningPanel.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 5, 1));
|
|
||||||
ingestRunningPanel.setAlignmentX(0.0F);
|
ingestRunningPanel.setAlignmentX(0.0F);
|
||||||
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setMaximumSize(new java.awt.Dimension(32767, 25));
|
||||||
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 20));
|
ingestRunningPanel.setMinimumSize(new java.awt.Dimension(10, 25));
|
||||||
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(32767, 20));
|
ingestRunningPanel.setPreferredSize(new java.awt.Dimension(10, 25));
|
||||||
contentPanel.add(ingestRunningPanel);
|
contentPanel.add(ingestRunningPanel);
|
||||||
|
|
||||||
programsRunLabel.setHorizontalAlignment(javax.swing.SwingConstants.LEFT);
|
programsRunLabel.setHorizontalAlignment(javax.swing.SwingConstants.LEFT);
|
||||||
|
@ -126,16 +126,13 @@ public class IngestRunningLabel extends JPanel {
|
|||||||
public IngestRunningLabel(String message, boolean showWarningIcon) {
|
public IngestRunningLabel(String message, boolean showWarningIcon) {
|
||||||
JLabel jlabel = new JLabel();
|
JLabel jlabel = new JLabel();
|
||||||
jlabel.setText(message);
|
jlabel.setText(message);
|
||||||
jlabel.setVerticalAlignment(JLabel.TOP);
|
|
||||||
jlabel.setVerticalTextPosition(JLabel.TOP);
|
|
||||||
jlabel.setHorizontalAlignment(JLabel.LEFT);
|
|
||||||
jlabel.setHorizontalTextPosition(JLabel.LEFT);
|
|
||||||
if (showWarningIcon) {
|
if (showWarningIcon) {
|
||||||
jlabel.setIcon(new ImageIcon(DEFAULT_ICON));
|
jlabel.setIcon(new ImageIcon(DEFAULT_ICON));
|
||||||
}
|
}
|
||||||
|
|
||||||
setLayout(new BorderLayout());
|
setLayout(new BorderLayout());
|
||||||
add(jlabel, BorderLayout.CENTER);
|
add(jlabel, BorderLayout.NORTH);
|
||||||
|
|
||||||
setupListener(this);
|
setupListener(this);
|
||||||
refreshState();
|
refreshState();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user