Skip to content

Commit

Permalink
Fix drag-n-drop bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb1515 committed Jul 2, 2024
1 parent 22480fe commit 2f32d82
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ public void createUI() {
this.textFieldMaximum.setText("9999");
this.addUIElement("Maximum Number", this.textFieldMaximum);

// use a separator
JSeparator separator = new JSeparator(SwingConstants.HORIZONTAL);
this.addUIElement(null, separator);

// fields for formatting: Integer digits
this.textFieldFormatMinIntDigits = new JTextField();
this.textFieldFormatMinIntDigits.setText("1");
Expand Down

0 comments on commit 2f32d82

Please sign in to comment.