aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/swing/DoubleBoundedRangeSlider.java
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2014-12-30 17:54:28 -0800
committerPhil Burk <[email protected]>2014-12-30 17:54:28 -0800
commit6bed96c300097e29760330afaafeba44bb943470 (patch)
tree4bee0dbd44087c5b88eaad251668a4e3f6350475 /src/com/jsyn/swing/DoubleBoundedRangeSlider.java
parente4cb838aa8a9eff7332069c421001df37689af91 (diff)
Remove obsolete com.softsynth.util package.
Fix a few warnings.
Diffstat (limited to 'src/com/jsyn/swing/DoubleBoundedRangeSlider.java')
-rw-r--r--src/com/jsyn/swing/DoubleBoundedRangeSlider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jsyn/swing/DoubleBoundedRangeSlider.java b/src/com/jsyn/swing/DoubleBoundedRangeSlider.java
index c67a4cf..3642221 100644
--- a/src/com/jsyn/swing/DoubleBoundedRangeSlider.java
+++ b/src/com/jsyn/swing/DoubleBoundedRangeSlider.java
@@ -25,7 +25,7 @@ import javax.swing.border.TitledBorder;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
-import com.softsynth.util.NumericOutput;
+import com.jsyn.util.NumericOutput;
/**
* Slider that takes a DoubleBoundedRangeModel. It displays the current value in a titled border.