View Single Post
Old 01-15-2013, 03:09 PM   PM User | #1
Farshad
New to the CF scene

 
Join Date: Sep 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Farshad is an unknown quantity at this point
Thumbs up How set JButton icon Relative to the JButton size???

Hi dears
I have a jbutton and i set a icon for this, but my icon size is bigger than my jbutton
now I how to set icon size Relative to the jbutton size?
this is my code ..

ImageIcon icon=new ImageIcon("myUrl");
jButtonCheckPersonID.setIcon(icon);
Farshad is offline   Reply With Quote