-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Just run the simulator, this error will appear
CAUGHT UNHANDLED EXCEPTION IN EVENT THREAD:
java.lang.NumberFormatException: For input string: "53 PM"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at com.totalcross.BinaryClockTC.SetHours(BinaryClockTC.java:141)
at com.totalcross.BinaryClockTC.initUI(BinaryClockTC.java:66)
at totalcross.ui.MainWindow.startProgram(MainWindow.java:501)
at totalcross.ui.MainWindow._onTimerTick(MainWindow.java:541)
at totalcross.Launcher$WinTimer$1.run(Launcher.java:358)
at totalcross.TCEventThread.privatePumpEvents(TCEventThread.java:59)
at totalcross.TCEventThread.run(TCEventThread.java:33)