jxloginpane

Login dialog window won't dispose completely

偶尔善良 提交于 2019-12-11 03:25:01
问题 I've got a dialog window for logging in a user to a main program in Java. I've recently discovered, however, that if the user clicks the "Cancel" button or the window's native Close button, the program still runs, even if the login window itself has been disposed of. I have to force quit it. My instincts tell me that it has to do with the LoginService that is created as part of creating a JXLoginPane . Please have a look at my (well-documented) code below and give me your thoughts: package

Problems understanding the framework around a JXLoginPane example

柔情痞子 提交于 2019-11-30 09:47:18
问题 I've found a component called JXLoginPane from SwingX available in WindowBuilder and that seems like it would be a good starting point for what I am trying to do, but I need more information about how to use it. So far, the only thing I've found to really help me out with it is this 9-year-old blog post. It does get me most of the way there, but there are several references to things like is.IS_Statics , is.MD5Hash , and isquote.Main that the author does not provide. I am guessing that these