• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

java tabbed pane and radion button

Joined
Oct 11, 2001
Messages
581
say i wanted to implement the function of a tabbed pane with radio buttons (i want to show different pannels in a single frame). is the only way to do this to have seperate frames which are made visible when a radio button is selected? you cant layer pannels can you?
 
Yes, absolutely. In fact, there's is no reason at all why you couldn't take the code of TabbedPane, and simply rewrite it to use radio buttons. The jist of it is to make a Primary Panel which you will use to display other panels. Your radio buttons will tell this primary panel to display these secondary panels.

Take care.
 
Back
Top