Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Replies
    15
    Views
    3,538

    Re: CALLING APPLET IN JSP

    What? What do you expect to accomplish with that? Anyway, you're passing a Rectangle that is the whole screen into the createScreenCapture() method, so what did you expect to happen?

    Like I said,...
  2. Replies
    15
    Views
    3,538

    Re: CALLING APPLET IN JSP

    I see what you're saying. Yeah, the constructor is called first, where you should do any pre-loading and whatnot. Then its init() function is called, where you should actually start the processes. I...
  3. Replies
    15
    Views
    3,538

    Re: CALLING APPLET IN JSP

    Bwah? An applet runs from the init() method, not the class file method name (you mean constructor?).

    Lesson: Java Applets (The Java™ Tutorials > Deployment)
  4. Replies
    15
    Views
    3,538

    Re: CALLING APPLET IN JSP

    I doubt this question has much to do with JSP, and more to do with deploying an applet. JSP simply generates html- the html is what needs to embed the applet. I don't see any html, or any problems,...
Results 1 to 4 of 4