Re: Printing slow as an Applet
- From: Andrew Thompson <SeeMySites@xxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 15:48:44 GMT
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
.
- Follow-Ups:
- Re: Printing slow as an Applet
- From: HJ
- Re: Printing slow as an Applet
- From: HJ
- Re: Printing slow as an Applet
- References:
- Printing slow as an Applet
- From: jianghong2010
- Re: Printing slow as an Applet
- From: Andrew Thompson
- Re: Printing slow as an Applet
- From: HJ
- Printing slow as an Applet
- Prev by Date: Re: Printing slow as an Applet
- Next by Date: Re: Access local COM-port on client from an Applet
- Previous by thread: Re: Printing slow as an Applet
- Next by thread: Re: Printing slow as an Applet
- Index(es):
Relevant Pages
|