A friendly place for programming greenhorns!
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
Author
i want to display an image using swings
pardeep rana
Greenhorn
Joined: Apr 13, 2001
Posts: 2
posted
Apr 13, 2001 03:32:00
0
pls help to slove the problum
deekasha gunwant
Ranch Hand
Joined: May 06, 2000
Posts: 396
posted
Apr 13, 2001 12:13:00
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter