|
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.
|