View Single Post
Old Jul 29th, 2007, 1:04 AM   #5
357mag
Hobbyist Programmer
 
Join Date: Mar 2005
Posts: 148
Rep Power: 4 357mag is on a distinguished road
I've tried Netbeans and didn't like it nearly as much as JDeveloper. Every time I ran my program that asked the user to input two integers and then output the sum, the previous values that the user entered were still sitting in the input box. I'm not talking a GUI application type input box, but I still was working with just a console program. But when you use the Scanner class to get input from the keyboard, a long text box(input box) shows up at the bottom of the window. That's where you input your integers into the program.

But when I was done with the program, and I wanted to run it again just using different integers, the previous values were always sitting in the input box. It drove me nuts, and I never did find a solution.
357mag is offline   Reply With Quote