VikWrestler215
Programmer
I creating a program that uses JIternalFrames, Im working on building a login/logout system for my program. I did this by using a while loop that would repeat until they gain access to the rest of the program (since I dont know how to use threads to pause a program). Everything works great the first time through... but if i logout and then try to relogin in, my Login internal frame wont reappear.
note: when i am finished logging in... i simply set the visiblity to false for the Login internal frame then when relogging in the set the visiblity to true again.
note: when i am finished logging in... i simply set the visiblity to false for the Login internal frame then when relogging in the set the visiblity to true again.