lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Default sleep for version 1.0.4 #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If sleep is not specified as applet parameter in jZebra 1.0.4, application
throws exception:

{{{
Exception in thread "Thread-12" java.lang.NumberFormatException: null
    at java.lang.Long.parseLong(Unknown Source)
    at java.lang.Long.parseLong(Unknown Source)
    at jzebra.RawPrintApplet.getParameter(RawPrintApplet.java:99)
    at jzebra.RawPrintApplet.processParameters(RawPrintApplet.java:71)
    at jzebra.RawPrintApplet.run(RawPrintApplet.java:31)
    at java.lang.Thread.run(Unknown Source)
}}}

Original issue reported on code.google.com by tres.fin...@gmail.com on 3 Dec 2009 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by tres.fin...@gmail.com on 5 Jan 2010 at 4:37