mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
fix for link wrap
This commit is contained in:
parent
ea1246475d
commit
e306dde9c5
@ -5,6 +5,11 @@
|
||||
<Component class="javax.swing.ButtonGroup" name="includeExcludeButtonGroup">
|
||||
</Component>
|
||||
</NonVisualComponents>
|
||||
<Properties>
|
||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||
<Dimension value="null"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
<AuxValues>
|
||||
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
|
||||
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
|
||||
@ -39,7 +44,7 @@
|
||||
<Component id="extensionListTextfield" min="-2" pref="258" max="-2" attributes="0"/>
|
||||
<Component id="fullListOfTypesLabel" min="-2" max="-2" attributes="0"/>
|
||||
<Component id="extensionListLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||
<Component id="fullListOfTypesHyperlink" alignment="0" min="-2" pref="238" max="-2" attributes="0"/>
|
||||
<Component id="fullListOfTypesHyperlink" alignment="0" min="-2" pref="247" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</Group>
|
||||
@ -69,7 +74,8 @@
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Component id="fullListOfTypesLabel" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Component id="fullListOfTypesHyperlink" min="-2" pref="51" max="-2" attributes="0"/>
|
||||
<Component id="fullListOfTypesHyperlink" min="-2" pref="36" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
@ -139,22 +145,6 @@
|
||||
</Property>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JLabel" name="fullListOfTypesHyperlink">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
||||
<Connection code="String.format("<html>%s</html>", PHOTOREC_TYPES_URL)" type="code"/>
|
||||
</Property>
|
||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||
<Dimension value="[240, 50]"/>
|
||||
</Property>
|
||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||
<Dimension value="[240, 50]"/>
|
||||
</Property>
|
||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||
<Dimension value="[240, 50]"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="extensionListTextfield">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||
@ -173,5 +163,18 @@
|
||||
</Property>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextArea" name="fullListOfTypesHyperlink">
|
||||
<Properties>
|
||||
<Property name="editable" type="boolean" value="false"/>
|
||||
<Property name="columns" type="int" value="20"/>
|
||||
<Property name="lineWrap" type="boolean" value="true"/>
|
||||
<Property name="rows" type="int" value="5"/>
|
||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
||||
<Connection code="PHOTOREC_TYPES_URL" type="code"/>
|
||||
</Property>
|
||||
<Property name="focusable" type="boolean" value="false"/>
|
||||
<Property name="opaque" type="boolean" value="false"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
</Form>
|
||||
|
@ -226,9 +226,11 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
|
||||
exampleLabel = new javax.swing.JLabel();
|
||||
fullListOfTypesLabel = new javax.swing.JLabel();
|
||||
extensionListLabel = new javax.swing.JLabel();
|
||||
fullListOfTypesHyperlink = new javax.swing.JLabel();
|
||||
extensionListTextfield = new javax.swing.JTextField();
|
||||
includeRadioButton = new javax.swing.JRadioButton();
|
||||
fullListOfTypesHyperlink = new javax.swing.JTextArea();
|
||||
|
||||
setPreferredSize(null);
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(keepCorruptedFilesCheckbox, org.openide.util.NbBundle.getMessage(PhotoRecCarverIngestJobSettingsPanel.class, "PhotoRecCarverIngestJobSettingsPanel.keepCorruptedFilesCheckbox.text")); // NOI18N
|
||||
|
||||
@ -251,17 +253,20 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(extensionListLabel, org.openide.util.NbBundle.getMessage(PhotoRecCarverIngestJobSettingsPanel.class, "PhotoRecCarverIngestJobSettingsPanel.extensionListLabel.text")); // NOI18N
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(fullListOfTypesHyperlink, String.format("<html>%s</html>", PHOTOREC_TYPES_URL));
|
||||
fullListOfTypesHyperlink.setMaximumSize(new java.awt.Dimension(240, 50));
|
||||
fullListOfTypesHyperlink.setMinimumSize(new java.awt.Dimension(240, 50));
|
||||
fullListOfTypesHyperlink.setPreferredSize(new java.awt.Dimension(240, 50));
|
||||
|
||||
extensionListTextfield.setText(org.openide.util.NbBundle.getMessage(PhotoRecCarverIngestJobSettingsPanel.class, "PhotoRecCarverIngestJobSettingsPanel.extensionListTextfield.text")); // NOI18N
|
||||
|
||||
includeExcludeButtonGroup.add(includeRadioButton);
|
||||
includeRadioButton.setSelected(true);
|
||||
org.openide.awt.Mnemonics.setLocalizedText(includeRadioButton, org.openide.util.NbBundle.getMessage(PhotoRecCarverIngestJobSettingsPanel.class, "PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text")); // NOI18N
|
||||
|
||||
fullListOfTypesHyperlink.setEditable(false);
|
||||
fullListOfTypesHyperlink.setColumns(20);
|
||||
fullListOfTypesHyperlink.setLineWrap(true);
|
||||
fullListOfTypesHyperlink.setRows(5);
|
||||
fullListOfTypesHyperlink.setText(PHOTOREC_TYPES_URL);
|
||||
fullListOfTypesHyperlink.setFocusable(false);
|
||||
fullListOfTypesHyperlink.setOpaque(false);
|
||||
|
||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
||||
this.setLayout(layout);
|
||||
layout.setHorizontalGroup(
|
||||
@ -283,7 +288,7 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
|
||||
.addComponent(extensionListTextfield, javax.swing.GroupLayout.PREFERRED_SIZE, 258, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addComponent(fullListOfTypesLabel)
|
||||
.addComponent(extensionListLabel)
|
||||
.addComponent(fullListOfTypesHyperlink, javax.swing.GroupLayout.PREFERRED_SIZE, 238, javax.swing.GroupLayout.PREFERRED_SIZE))))
|
||||
.addComponent(fullListOfTypesHyperlink, javax.swing.GroupLayout.PREFERRED_SIZE, 247, javax.swing.GroupLayout.PREFERRED_SIZE))))
|
||||
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
@ -308,7 +313,8 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(fullListOfTypesLabel)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(fullListOfTypesHyperlink, javax.swing.GroupLayout.PREFERRED_SIZE, 51, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||
.addComponent(fullListOfTypesHyperlink, javax.swing.GroupLayout.PREFERRED_SIZE, 36, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addContainerGap())
|
||||
);
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
@ -321,7 +327,7 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
|
||||
private javax.swing.JRadioButton excludeRadioButton;
|
||||
private javax.swing.JLabel extensionListLabel;
|
||||
private javax.swing.JTextField extensionListTextfield;
|
||||
private javax.swing.JLabel fullListOfTypesHyperlink;
|
||||
private javax.swing.JTextArea fullListOfTypesHyperlink;
|
||||
private javax.swing.JLabel fullListOfTypesLabel;
|
||||
private javax.swing.ButtonGroup includeExcludeButtonGroup;
|
||||
private javax.swing.JCheckBox includeExcludeCheckbox;
|
||||
|
Loading…
x
Reference in New Issue
Block a user