File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes How to display an Image with the Text in a JButton ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "How to display an Image with the Text in a JButton ??" Watch "How to display an Image with the Text in a JButton ??" New topic
Author

How to display an Image with the Text in a JButton ??

Pratik Khetia
Ranch Hand

Joined: Jun 29, 2001
Posts: 50
Hi Is there anyway I can display an image along with some text in a JButton ??

thanks
Pratik Khetia
Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4120

Yes. Load the image into an ImageIcon, and then call setIcon() on the JButton with that ImageIcon to have the image show up on it.

-Nate


-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Pratik Khetia
Ranch Hand

Joined: Jun 29, 2001
Posts: 50
Originally posted by Nathan Pruett:
Yes. Load the image into an ImageIcon, and then call setIcon() on the JButton with that ImageIcon to have the image show up on it.

-Nate


Yes it does show the image as an icon but I also want to display some text along with that and it doesnt do that ..
Any idea...???
Pratik
 
 
subject: How to display an Image with the Text in a JButton ??
 
Threads others viewed
Inclined Text of JLabel
creating buttons with graphics
Image on the right side of a JButton
URGENT!!!... Please Help!
JLabel - Receiving Focus
developer file tools