posted 12 years ago
Hello everyone.. I am having a little problem and I can't quite figure it out
I am trying to make a simple GUI which asks for username/password.. sends that information to check against database.. if its true come back .. clear the contents of the frame and start building the client side app ( I am not quite sure how to do this part ). Do I ask for the username/password in a dialog and then full client app in a frame? or have username/password in a frame and then dialog for full client app?
Here is what I have...
ANd this is the LoginWindow() code
Feedback appreciated