Re: Printing slow as an Applet



On 30 Jun 2005 08:38:00 -0700, HJ wrote:

> Hi, I have sign the applet.
> http://personal.vsnl.com/sureshms/javasign1.html

OK.. change this line..

} catch (Exception PrintException) {}

...to this..

} catch (Exception e) {
e.printStackTrace();
}

...recompile/sign/upload it and let us know.
(Of course, ..and look at it in your browser's Java console.)

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
.



Relevant Pages

  • Re: Check out my Java applet
    ... > Do you mean the Java console? ... The 'applet' is not throwing exceptions ... Nice you have a link to the validator direct ... The internet is wild all right.. ...
    (comp.lang.java.programmer)
  • Re: JVM and shared libraries
    ... You can try to open the java console (option somewhere in the browser's ... so the stack trace could be printed. ... > On windows, sanej.dll is in jre/bin, and sane.dll is on the system PATH ... > When I run the applet as an application (calling the constructor, init, ...
    (comp.lang.java.programmer)
  • Re: newbie RMI User
    ... > Naming.lookup method the applet did run within my browser. ... > buttons which when pressed called the remote server. ... RMI guru (or at least somebody more exp. ... You know about the Java console? ...
    (comp.lang.java.programmer)
  • Re: newbie RMI User
    ... The applet is not on the internet yet - I am not yet sure how I am going to ... The message in the Java Console was: ... The first few lines of the stack trace were: ... that the client is not finding the Class files in the Server application. ...
    (comp.lang.java.programmer)
  • Re: Why does an applet not initialize sometimes?
    ... >> What is the output of the Java Console? ... >> commercial sites that an applet sometimes will not reload properly. ... That is a Delphi 7 program with a TWebBrowser control that loads ... TWebBrowser control, signs could be pointing to that being the problem ...
    (comp.lang.java)