if (!exists) {
System.out.println("the file or directory you are searching does exist : " + exists); does exists? FALSE mens not exists
} else {
System.out.println("the file or directory you are searching does exist : " + exists); does exists? TRUE mens exists
it's about logic, as i know when you code on java you need to write it like a book :D
but thanks for your post Helped me a lot. i'm now on Java courses!
misleading commentsMihai June 10, 2011 at 3:53 AM
does not exist : false should be does not exist : true since it doesn't exist
Thanks for your post: trueJevgenijs March 4, 2012 at 6:27 AM
if (!exists) { System.out.println("the file or directory you are searching does exist : " + exists); does exists? FALSE mens not exists } else { System.out.println("the file or directory you are searching does exist : " + exists); does exists? TRUE mens exists it's about logic, as i know when you code on java you need to write it like a book :D but thanks for your post Helped me a lot. i'm now on Java courses!
gui implementationcrystal x May 18, 2012 at 1:20 PM
could you give me example how to implementationon Java GUI?
Post your Comment