Forum: Java
Dec 5th, 2007, 11:14 AM
|
|
Replies: 6
Views: 277
Re: retaining values in methods
All right. So it only crashes if you clear while the fields are blank. The way I have it written the input is being tried above the clear actions so obviously if a user presses clear while there are...
|
Forum: Java
Dec 4th, 2007, 3:50 PM
|
|
Replies: 6
Views: 277
Re: retaining values in methods
OK.
Sorry it took me so long to get back to you all.
Well I almost have my code working and believe I am using my access modifiers correctly but have never really used them before so if anyone picks...
|
Forum: Java
Dec 1st, 2007, 10:15 AM
|
|
Replies: 6
Views: 277
Re: retaining values in methods
Hey,
thank you for the input and quick responses. Null you are right I don't need an else there! Though I don't know if that affects processing time. I was using an Integer object rather than an int...
|
Forum: Java
Nov 30th, 2007, 12:19 PM
|
|
Replies: 6
Views: 277
retaining values in methods
Hello,
I'm pretty new to OOP and Jave and have ran into an issue on how to code some logic. I have a method that's needing to hold a local variables value upon different calls. I have tried this code...
|