Suppose I have 2 images :one of the background slider, one of its
handle.
I want a standard javax.swing.JSlider but customise its look with my 2
images.
How can I achieve this simply ?
(in a equivalent way in which I customised buttons' look:
ImageIcon ico2=new ImageIcon("button.gif");
button.setRolloverIcon(ico2);
button.setOpaque(false);
button.setContentAreaFilled (false);
thanks
Andrew Thompson - 16 Mar 2007 11:27 GMT
On Mar 16, 9:18 pm, o...@linuxmail.org wrote:
...
> How can I achieve this simply ?
Hire someone to do it for you.
That is very simple.
Andrew T.
oliv@linuxmail.org - 16 Mar 2007 17:15 GMT
and any complex solution (to cover this very simple need) ?