Skip to content

Commit

Permalink
changed attachment selection mode for email and bea. close #1971
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 8, 2023
1 parent 49212a3 commit 4fa7b4e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@
<StringItem index="4" value="Item 5"/>
</StringArray>
</Property>
<Property name="selectionMode" type="int" value="1"/>
<Property name="layoutOrientation" type="int" value="2"/>
<Property name="visibleRowCount" type="int" value="-1"/>
</Properties>
Expand Down Expand Up @@ -423,7 +422,6 @@
<StringItem index="4" value="Item 5"/>
</StringArray>
</Property>
<Property name="selectionMode" type="int" value="1"/>
<Property name="layoutOrientation" type="int" value="2"/>
<Property name="visibleRowCount" type="int" value="-1"/>
</Properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,6 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
);

jSplitPane1.setBackground(new java.awt.Color(255, 255, 255));
jSplitPane1.setBorder(null);
jSplitPane1.setDividerLocation(200);
jSplitPane1.setOrientation(javax.swing.JSplitPane.VERTICAL_SPLIT);

Expand Down Expand Up @@ -1143,7 +1142,6 @@ public void mouseClicked(java.awt.event.MouseEvent evt) {
public int getSize() { return strings.length; }
public Object getElementAt(int i) { return strings[i]; }
});
lstAttachments.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION);
lstAttachments.setLayoutOrientation(javax.swing.JList.HORIZONTAL_WRAP);
lstAttachments.setVisibleRowCount(-1);
lstAttachments.addMouseListener(new java.awt.event.MouseAdapter() {
Expand All @@ -1169,7 +1167,6 @@ public void mouseReleased(java.awt.event.MouseEvent evt) {
public int getSize() { return strings.length; }
public String getElementAt(int i) { return strings[i]; }
});
lstAttachmentsTechnical.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION);
lstAttachmentsTechnical.setLayoutOrientation(javax.swing.JList.HORIZONTAL_WRAP);
lstAttachmentsTechnical.setVisibleRowCount(-1);
lstAttachmentsTechnical.addMouseListener(new java.awt.event.MouseAdapter() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@
<StringItem index="4" value="Item 5"/>
</StringArray>
</Property>
<Property name="selectionMode" type="int" value="1"/>
<Property name="layoutOrientation" type="int" value="2"/>
<Property name="visibleRowCount" type="int" value="-1"/>
</Properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,6 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
public int getSize() { return strings.length; }
public Object getElementAt(int i) { return strings[i]; }
});
lstAttachments.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION);
lstAttachments.setLayoutOrientation(javax.swing.JList.HORIZONTAL_WRAP);
lstAttachments.setVisibleRowCount(-1);
lstAttachments.addMouseListener(new java.awt.event.MouseAdapter() {
Expand Down

0 comments on commit 4fa7b4e

Please sign in to comment.