diff --git a/sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip b/sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip index 0ce709b90..be70092df 100644 Binary files a/sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip and b/sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip differ diff --git a/sources/net.sf.j2s.core/dist/swingjs/timestamp b/sources/net.sf.j2s.core/dist/swingjs/timestamp index 52640d02a..40fd5c32d 100644 --- a/sources/net.sf.j2s.core/dist/swingjs/timestamp +++ b/sources/net.sf.j2s.core/dist/swingjs/timestamp @@ -1 +1 @@ -20200206154055 +20200206160631 diff --git a/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/SwingJS-site.zip b/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/SwingJS-site.zip index 0ce709b90..be70092df 100644 Binary files a/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/SwingJS-site.zip and b/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/SwingJS-site.zip differ diff --git a/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/timestamp b/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/timestamp index 52640d02a..40fd5c32d 100644 --- a/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/timestamp +++ b/sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/timestamp @@ -1 +1 @@ -20200206154055 +20200206160631 diff --git a/sources/net.sf.j2s.java.core/dist/SwingJS-site.zip b/sources/net.sf.j2s.java.core/dist/SwingJS-site.zip index 0ce709b90..be70092df 100644 Binary files a/sources/net.sf.j2s.java.core/dist/SwingJS-site.zip and b/sources/net.sf.j2s.java.core/dist/SwingJS-site.zip differ diff --git a/sources/net.sf.j2s.java.core/src/swingjs/plaf/JSSliderUI.java b/sources/net.sf.j2s.java.core/src/swingjs/plaf/JSSliderUI.java index 449b7923e..e8e08af04 100644 --- a/sources/net.sf.j2s.java.core/src/swingjs/plaf/JSSliderUI.java +++ b/sources/net.sf.j2s.java.core/src/swingjs/plaf/JSSliderUI.java @@ -438,7 +438,7 @@ public void setSlider() { left = 28; } DOMNode.setTopLeftAbsolute(labelNode, top, left); - addClass(labelNode, ".jslider-label"); + addClass(labelNode, "jslider-label"); domNode.insertBefore(labelNode, sliderTrack); }