Results 1 to 3 of 3
- 04-01-2012, 08: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, 10:27 AM #2
Re: How To Display An Array Of Images?
Box or a JPanel with BoxLayout or GridLayout or GridBagLayout
JScrollPane
Dosn't make any sense at all. Also, Java doesn't have functions, Java has methods.however the parameter can be the main JFrame from the main function.
Doesn't make sense either. Better go through the Tutorial Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)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.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 04-01-2012, 07: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, 04:36 AM -
JavaHelp how to display images
By fossildoc in forum New To JavaReplies: 0Last Post: 04-04-2010, 06:42 AM -
How to display Images from MS access using JSP
By redmaverick in forum JDBCReplies: 3Last Post: 11-30-2009, 09:28 AM -
display images
By prof.deedee in forum AWT / SwingReplies: 10Last Post: 11-12-2009, 09:08 PM -
Dynamic display of images
By gixerino in forum NetBeansReplies: 7Last Post: 01-15-2009, 02:55 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks