Best books about JAVA programming:
|
JAVA JSlide Color
The following code adds color to JSlide. User may
customize the color showing on JSlide. This example has following Java files:
import java.awt.*;
public interface MThumbSliderAdditional {
public Rectangle getTrackRect();
public Dimension getThumbSize();
public int xPositionForValue(int value);
public int yPositionForValue(int value);
}
|