Results 1 to 4 of 4
- 07-31-2011, 09:07 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 15
- Rep Power
- 0
Load Image before the Application
Is there any way to an image before the application starts?
And time limit on the image before it loads the main program.
Btw, im using Netbeans IDE 6.9.1
Could you teach me how to do that?
Thanks!
EDIT: Another thing, how can i set background music on my program. Also background images on jpanel, and jframes..
and how to resize the textarea and textfield? setbounds are not working..
Thanks again!Last edited by saber210; 07-31-2011 at 09:43 AM.
- 07-31-2011, 01:54 PM #2
If there is no application code executing, what code would do a load?Is there any way to an image before the application starts?
Are you asking about a "splash" image. See the SplashScreen class.
- 07-31-2011, 03:44 PM #3
Refer to the API for Applet#newAudioClip(...) and the class of object that method returns.how can i set background music on my program.
Good they aren't. Learn to use layout managers.how to resize the textarea and textfield? setbounds are not working.
Lesson: Laying Out Components Within a Container (The Java™ Tutorials > Creating a GUI With JFC/Swing)
db
- 08-05-2011, 09:44 PM #4
Member
- Join Date
- Aug 2011
- Location
- Italy
- Posts
- 9
- Rep Power
- 0
You want a splash screen, here is a tutorial from Oracle:
How to Create a Splash Screen (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Other Swing Features)
and here is the SplashScreen class javadoc:
SplashScreen (Java Platform SE 6)
For the music, maibe you can extend the SplashScreen class and insert the code for music as suggested from DarryBurke.
Similar Threads
-
How to load an image using Toolkit
By pappyj77 in forum AWT / SwingReplies: 7Last Post: 07-25-2011, 01:16 PM -
Load and Draw image
By TheSheepeh in forum New To JavaReplies: 2Last Post: 03-19-2011, 12:19 PM -
Load image to jPanel
By DJIT in forum AWT / SwingReplies: 7Last Post: 12-27-2010, 12:48 PM -
Can not load image in SWT/Eclipse
By janice in forum SWT / JFaceReplies: 4Last Post: 10-03-2008, 04:53 PM -
Help with load image
By trill in forum New To JavaReplies: 1Last Post: 08-01-2007, 07:16 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks