Currently, there is no error handling for network issues besides system.out.println.
This needs to be improved with a visual indicator of problems, perhaps an Icon of some sort with an error message.
Description
Currently, there is no error handling for network issues besides system.out.println.
This needs to be improved with a visual indicator of problems, perhaps an Icon of some sort with an error message.
sherod added a comment - 05/Jan/09 10:22 AM Now we extract all the HTTP response codes from Twitter as well as capture a couple of Java related network exceptions.
Very odd behaviour from JavaFX tho - onResponseCode doesn't get called when onException is triggered.