Skip to content

Commit

Permalink
additional inbox types in title for SafeID input. issue #2116.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 14, 2023
1 parent 44b5511 commit 035ae68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
<TitledBorder title="beA / EGVP / beBPo / eBO"/>
<TitledBorder title="beA / EGVP / beBPo / eBO / beN / beSt / MJP"/>
</Border>
</Property>
</Properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addContainerGap(13, Short.MAX_VALUE))
);

jPanel17.setBorder(javax.swing.BorderFactory.createTitledBorder("beA / EGVP / beBPo / eBO"));
jPanel17.setBorder(javax.swing.BorderFactory.createTitledBorder("beA / EGVP / beBPo / eBO / beN / beSt / MJP"));

jLabel26.setText("Safe ID:");

Expand Down

0 comments on commit 035ae68

Please sign in to comment.