I'm new to java, so please be kind. I've written a little java script that displays a login screen, with username and password. It works fine, except when an invalid username or password is entered. It just blows up (as expected). What I'd like to know is if there is some way to code a "catch" that will prevent the blow-up and just redisplay the login screen. I've been searching, but haven't found anything yet. Thanks in advance.
Peter V.
Peter V.