|
Ohhh ok. Um, i'm not much of a GUI expert, but maybe if, once you have extracted the questions to a String (or however you want to store them), you just construct a new JFrame. JFrame frame = new JFrame(); , put the questions on as labels, and then make it visible. I'm not totally sure if you can construct a JFrame in a class that extends JFrame, maybe, but I'm not sure. Give it a shot and see what happens. I'll also try to figure it out.
__________________
//Haha javac, can't see me now, can ya?
|