Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Center Jbutton ImageIcon

843806Mar 26 2008 — edited Mar 27 2008
its a rollover button.. but when i have rollover the button the second image is aligned to the left... wanted to know how i could i align this centered..
merc = new JButton(new ImageIcon("Mercedes_logo.jpg"));
		ventan.getContentPane().add(merc);
		merc.setRolloverIcon(new ImageIcon("carsmercedesbenz.gif"));
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2008
Added on Mar 26 2008
10 comments
494 views