I have created a java JFrameForm, it serves as a login form. Once it validates one's login I wish it to redirect to another JFrameForm and close itself. Essentially, I have read around a bit, and all the info says you use the existing JFrameForm as a stub to launch a new applet form but I don't want this?
Can someone please give me some example code in order to launch my JFrameForm (named PostAccess.java) from within my existing JFrameForm? I would also like the original JFrameForm to close if this is possible?