[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Swing / AWT / SWT / JFace
 
RSS feed
 
New topic
Author

images in JList

Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16


Hi there,

I made an applet and added a JList object into it and I have a folder containing images (0.jpg, 1.jpg, 2.jpg)

I want to add these images in the JList object in the form of loop when I tries this



the list resulted in list of object reference not image itself
so is there any solution for this issue

and thank you very much
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Messages: 677

Add ImageIcon's to the ListModel, not Image's.

Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16

so how can I select from the ListModel certain icon to get the image and save it to folder or database
Bear Bibeault
Author and opinionated walrus
Sheriff

Joined: Jan 10, 2002
Messages: 36519

"nesrin ab", please check your private messages for an important administrative matter.

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Messages: 677

Read the ImageIcon API.
Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16

I tried another solution but also failed
please if any one can help me




Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16

in the last one there is no exception thrown but the images do not appear in the list
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Messages: 677

I tried another solution but also failed


Why? I already gave you the solution.
Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16

can you give a sample code,
I tried your solution, but I have no experience with applets and failed to do it
so if you can write the sequence that is should follow to use the ListModel and ImagIcon
Michael Dunn
Rancher

Joined: Jun 09, 2003
Messages: 3090

> I made an applet
> images[i] = ImageIO.read(new File(path));

won't work in applets

google
getCodeBase()
Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16

why Michael
and where to add the getCodeBase()
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Messages: 677

but I have no experience with applets


Well, thats an important piece of information to leave out (that this is for an applet).

Read the section from the Swing tutorial on How to Make Applets for an example of using images in an applet.
Nesrin aboud
Greenhorn

Joined: Feb 08, 2010
Messages: 16

Thank you all very much.
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Swing / AWT / SWT / JFace
 
RSS feed
 
New topic
hibernate profiler

.