Thread: JFrame problem
View Single Post
  #4 (permalink)  
Old 01-11-2008, 01:17 AM
gibsonrocker800's Avatar
gibsonrocker800 gibsonrocker800 is offline
Senior Member
 
Join Date: Nov 2007
Location: New York
Posts: 143
gibsonrocker800 is on a distinguished road
Send a message via AIM to gibsonrocker800
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?
Reply With Quote