Forum: Java Feb 13th, 2009 |
| Replies: 6 Views: 1,882 I tried to help you once. Again I typed in "Java play audio file" and the first result from google was here
http://www.google.com/search?hl=en&q=java+play+audio+file
in google the description says... |
Forum: Java Feb 13th, 2009 |
| Replies: 15 Views: 606 please use code tags to make readibility easier |
Forum: Java Feb 13th, 2009 |
| Replies: 6 Views: 1,882 hmm wierd, what didn't you find? I typed in
java play audio file
and found a ton of stuff in google . . . |
Forum: Java Feb 13th, 2009 |
| Replies: 15 Views: 606 which number = 0 did you take out? you need to take out? You have two of them, and one of them doesn't even end the line with a semi-colon
ddanbe - who knows what IDE he is using if any - but... |
Forum: Java Feb 10th, 2009 |
| Replies: 11 Views: 650 nandomendoza
start with writing pseudocode of what you want your program to do. It's just plain english
start program
--program does this
--if program input is this then do this
etc |
Forum: Java Feb 5th, 2009 |
| Replies: 3 Views: 643 I'm interested to see what goes on with this one, why wouldn't you need his line in bold to be this?
if(p.getCoinName(coinName).equalsIgnoreCase(coinName))
I'm very new to Java so please be... |