Forum: Graphics and Multimedia Feb 25th, 2005 |
| Replies: 2 Views: 6,697 Thanks Kevin for the advice. I was unaware of this.
By the way, I figured out the problem and everything is working fine now. |
Forum: Graphics and Multimedia Jan 29th, 2005 |
| Replies: 2 Views: 6,697 I am trying to add a streaming .wma audio file in a link on my web page.
I know my file is a .wma file and I have played it from my desktop and
from the server I uploaded it to. I cannot for... |
Forum: Java Nov 11th, 2004 |
| Replies: 1 Views: 3,287 I am getting the following syntax messages:
illegal start of expression public void display_menu()
(with arrow pointing to the 'p')
and also
';' expected } (with arrow also pointing to the... |
Forum: Java Nov 10th, 2004 |
| Replies: 1 Views: 3,227 I'm using the Scanner class and need help in setting up get and set methods for where the program asks the user to enter a first name and a last name as String type.( 2 methods, 1 for first, 1 for... |
Forum: Java Nov 10th, 2004 |
| Replies: 5 Views: 8,941 Thank you. This help out a lot! |
Forum: Java Nov 9th, 2004 |
| Replies: 5 Views: 8,941 How do you write the code using Scanner class to set up a menu (i.e 1 for something, 2 for something, and so on.) Then have the user to choose.
Thanks |
Forum: Java Nov 8th, 2004 |
| Replies: 1 Views: 5,158 :sad: I am overwhelmed and need help. I am trying to write object oriented programning using Java code.
1st Class contain variables for firstname, lastname and SSn as string. 4 different class... |