Skip to content

Commit

Permalink
add glue for IntSliderControl to put slider next to text box
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Delbruck authored and Tobi Delbruck committed Sep 18, 2024
1 parent db0d518 commit 8f7143a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/sf/jaer/eventprocessing/FilterPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ public IntSliderControl(final EventFilter f, final String name, final Method w,
e.printStackTrace();
}
add(slider);
add(Box.createHorizontalGlue());

slider.addChangeListener(new ChangeListener() {

Expand Down

0 comments on commit 8f7143a

Please sign in to comment.