aspose file tools
The moose likes Swing / AWT / SWT and the fly likes i want to display an image using swings Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "i want to display an image using swings" Watch "i want to display an image using swings" New topic
Author

i want to display an image using swings

pardeep rana
Greenhorn

Joined: Apr 13, 2001
Posts: 2
pls help to slove the problum
deekasha gunwant
Ranch Hand

Joined: May 06, 2000
Posts: 396
Hi Pradeep,
Why don't you put the image in a JLable
JLabel lbl = new JLabel(new ImageIcon("....."));

regards
deekasha
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: i want to display an image using swings