()
| 41 | } |
| 42 | |
| 43 | public void initAsyncSlider() { |
| 44 | this.initAsyncSlider(5, 5, 110, 20); |
| 45 | } |
| 46 | |
| 47 | public void initAsyncSlider(int x, int y, int width, int height) { |
| 48 | asyncVersionSlider = new AsyncVersionSlider(-1, x, y, Math.max(width, 110), height); |