I have a frame with 3 option buttons indicating types of access (read only/read write/administrative for example).

I need one such frame for each application the users have access to.

I don't know how many applications I have until run time.

I want to dynamically create frames at run time where each set of 3 buttons are independent of each other.

How can I do this?

Thanks for the help!