aspose file tools
The moose likes Beginning Java and the fly likes Please help with GUI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Please help with GUI" Watch "Please help with GUI" New topic
Author

Please help with GUI

Javabeginner Xie
Greenhorn

Joined: May 17, 2008
Posts: 1
Hi, everyone
I write the following code to display questions I read from a file
I have meeted a trouble here, which is: the program displays all the questions at a single time, I use listeners to keep track of the user inputs, but it seems that the program has just skip the listener parts. Can you tell me what has been wrong here, Please?
Thank you very much!
The code is as follow
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4167
    
    3

Please read the Official policy on registered names.


luck, db
There are no new questions, but there may be new answers.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56207
    
  13

"Javabeginner Xie", please check your private messages for an important administrative matter.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Please help with GUI
 
Similar Threads
NullPointerException occured
Creating JPanel
IText Problem
ResultSet multiple line query exception
CSV file structure Validation