Results 1 to 3 of 3
- 04-01-2012, 09:05 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 4
- Rep Power
- 0
How To Display An Array Of Images?
Hey Everyone...
I Am Developing A Java Application For Downloading Youtube Videos...
I need help with displaying multiple images, one after another(like an array) and since the array of images contains more than 10 or 20 images
a scrollbar would be nice...
This i want to do as a separate function, however the parameter can be the main JFrame from the main function...
So far i have tried out the ImageIcon method by setting up new panel....but it doesnt show any of the images...just the new panel...
Your help will be very much appreciated...!
Thanks!
- 04-01-2012, 11:27 AM #2
Re: How To Display An Array Of Images?
Box or a JPanel with BoxLayout or GridLayout or GridBagLayout
JScrollPane
however the parameter can be the main JFrame from the main function.
So far i have tried out the ImageIcon method by setting up new panel
When you have a specific question that you can't resolve from the tutorial, start a new thread in the AWT/Swing section. Unless of course you choose not to use Swing.
dbIf you're forever cleaning cobwebs, it's time to get rid of the spiders.
- 04-01-2012, 08:23 PM #3
Member
- Join Date
- Apr 2012
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
How to display Images?
By Rectal Exambot in forum New To JavaReplies: 12Last Post: 10-11-2010, 05:36 AM -
JavaHelp how to display images
By fossildoc in forum New To JavaReplies: 0Last Post: 04-04-2010, 07:42 AM -
How to display Images from MS access using JSP
By redmaverick in forum JDBCReplies: 3Last Post: 11-30-2009, 10:28 AM -
display images
By prof.deedee in forum AWT / SwingReplies: 10Last Post: 11-12-2009, 10:08 PM -
Dynamic display of images
By gixerino in forum NetBeansReplies: 7Last Post: 01-15-2009, 03:55 PM
Bookmarks