Can I add elements to a Java GUI?
Posted
by Asj
on Stack Overflow
See other posts from Stack Overflow
or by Asj
Published on 2010-03-25T04:41:45Z
Indexed on
2010/03/25
4:43 UTC
Read the original article
Hit count: 239
I want to know how I can make a java program where an unknown amount of objects can be added to a GUI depending on user input. I can program in objects one at a time within the program, but I haven't seen a more dynamic program. Can I do that with Java? If not, what can I do it with?
For more information, here's a picture. http://i6.photobucket.com/albums/y223/Asj127/CapProjIdea.jpg There can be more than one question per question block, and each question can have it's own question block.
© Stack Overflow or respective owner