ImageButton Butt_danci=new ImageButton();
Butt_danci.setBackgroundImage(new ImageIcon(img_danci1));
Butt_danci.setRolloverBackgroundImage(new ImageIcon(img_danci2));
Butt_danci.setPressedBackgroundImage(new ImageIcon(img_danci3));
ImageButton 重写的Button 类
img_danci1、2、3 ,是图像,我想找一个方法,可以随意修改它们的大小,请高手们指教!