Results 1 to 3 of 3
Thread: Applet Loaded vs Started
- 03-17-2012, 03:54 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 1
- Rep Power
- 0
Applet Loaded vs Started
i am brand new to java and just programming itself, so i apologize if this is a dumb question. ok, so i am trying to paint multiple things in an applet and when i run my program, at the bottom of the applet it says applet loaded and it isn't until my program finishes that it finally says applet started at the bottom, and flushes the buffer sending all my images to the screen. how do i flush the buffer earlier, or start my applet earlier without the loaded stage?
- 03-17-2012, 04:16 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,561
- Rep Power
- 11
Re: Applet Loaded vs Started
There's a description of the so-called "life cycle" of an applet - the things that happen and associated methods that run - in Oracle's Tutorial on the Life Cycle of an Applet page.
If you want to know why you aren't seeing what you intend to see when you intend to see it, you will have to post some code. This need not be the code you are working on but just a cut down version that illustrates the problem. You also might want to explain what you mean by "when I run my program" and "until my program finishes" because (as that page explains), unlike an application, the start and end of an applet is under the control of the browser within which it appears.
- 03-17-2012, 02:07 PM #3
Similar Threads
-
Find a webpage loaded or not
By vijaymsc in forum Advanced JavaReplies: 3Last Post: 02-02-2011, 04:49 PM -
Storing image loaded in applet in mysql database
By mrvigneshmca in forum Java AppletsReplies: 1Last Post: 03-20-2009, 04:17 PM -
Applet not getting started
By Preethi in forum New To JavaReplies: 0Last Post: 05-27-2008, 03:43 PM -
Getting the host from where the Applet was loaded
By Java Tip in forum Java TipReplies: 0Last Post: 02-15-2008, 08:41 AM -
newbie: the app is loaded but i can't see it
By tamayo in forum New To JavaReplies: 1Last Post: 07-21-2007, 08:14 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks