11 Posted Topics
You should take a look on this package javax.sound.sampled. Here is the link from the oracle site [URL="http://download.oracle.com/javase/1.4.2/docs/api/javax/sound/sampled/package-summary.html"]http://download.oracle.com/javase/1.4.2/docs/api/javax/sound/sampled/package-summary.html[/URL]
Are you using FireBug to debug your code? If not you should use. What is the error that you get? "document.getElementByID is not a function" Look much closer to what you wrote. :P
Here is something similar : [url]http://www.daniweb.com/software-development/java/threads/114140[/url]
First: Are you sure that the text file is correct? After 6 is 8. What method should run? You have only two options if the number is 1 or 2, there is 8. Maybe I'm wrong and I don't understand something. Two: After you check if the number is 1 …
Hi, You need to increment the productTotal<productNumber> every time you add something. Like this: [CODE]switch (productNumber) { case 1: productTotal1 += product1 * quanties; break; case 2: productTotal2 += product2 * quanties; break; case 3: productTotal3 += product3 * quanties; break; case 4: productTotal4 += product4 * quanties; break; case …
What happens in your program? Do you get some error? or by pressing the button nothing happens.
Hi, edited post Sorry, maybe he didn't read my answer I forgot to refresh the page and didn't saw your reply.
What will be the output if the input is 3000?
[[System environment variables are defined by Windows 2000 Server and are the same no matter who is logged on to the computer. Administrator group members can add new variables or change the values, however. User environment variables can be different for each user of a particular computer. They include any …
Hi, I have the felling that you are trying to cheat.:) This looks exactly like a homework, but, I'm not here to judge. First, please go through this java matrix tutorial [URL="http://www.roseindia.net/java/beginners/MatrixExample.shtml"]http://www.roseindia.net/java/beginners/MatrixExample.shtml[/URL] , it will help you to understand the concept.
The End.
hertze_bogdan