mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
5423 disable multi-select
This commit is contained in:
parent
cad50a5c17
commit
524b0ffe42
@ -33,7 +33,7 @@
|
||||
<Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
||||
<Connection code="thumbnailListModel" type="code"/>
|
||||
</Property>
|
||||
<Property name="selectionMode" type="int" value="1"/>
|
||||
<Property name="selectionMode" type="int" value="0"/>
|
||||
<Property name="cellRenderer" type="javax.swing.ListCellRenderer" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
||||
<Connection code="new ImageThumbnailPanel()" type="code"/>
|
||||
</Property>
|
||||
|
@ -56,7 +56,7 @@ public class ImageThumbnailViewer extends javax.swing.JPanel {
|
||||
setLayout(new java.awt.BorderLayout());
|
||||
|
||||
thumbnailList.setModel(thumbnailListModel);
|
||||
thumbnailList.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION);
|
||||
thumbnailList.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
|
||||
thumbnailList.setCellRenderer(new ImageThumbnailPanel());
|
||||
thumbnailList.setLayoutOrientation(javax.swing.JList.HORIZONTAL_WRAP);
|
||||
thumbnailList.setVisibleRowCount(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user