Forum: Java Sep 19th, 2006 |
| Replies: 1 Views: 888 Re: java image animation not working???? the text script type="text/javascript" should hopefully give you a hint that your code is actually JavaScript and not Java. I would recommend asking your question in the HTML, CSS and JavaScript... |
Forum: Java Sep 19th, 2006 |
| Replies: 7 Views: 1,940 |
Forum: Java Sep 19th, 2006 |
| Replies: 2 Views: 890 |
Forum: Java Sep 17th, 2006 |
| Replies: 1 Views: 735 |
Forum: Java Sep 14th, 2006 |
| Replies: 4 Views: 1,467 Re: event code not working Finally figured it out. It took a while...
bExitButton is being declaired in the class twice.
Changed
JButton bExitButton = new JButton("Exit");
to
bExitButton = new JButton("Exit");
I'm... |
Forum: Java Sep 13th, 2006 |
| Replies: 4 Views: 1,467 Re: event code not working could you post more of your code please. there doens't even seem to be a complete class there. :)
Also, do a System.out.println(bExitButton) right after the bExitButton is created and then do a... |
Forum: Java Sep 12th, 2006 |
| Replies: 2 Views: 788 Re: Help with this JAVA CODING You might want to ask this question over in the HTML, CSS and JavaScript (http://www.daniweb.com/techtalkforums/forum143.html) forum. |
Forum: Java Sep 12th, 2006 |
| Replies: 6 Views: 1,245 |
Forum: Java Sep 11th, 2006 |
| Replies: 6 Views: 1,245 |
Forum: Java Sep 7th, 2006 |
| Replies: 5 Views: 1,485 Re: Artificial intelligence-Hopefield network What question? A question ends in which punctuation called a question mark. All I see are statements, that quite frankly looks like a school assignment. Which if you read the second announcement... |
Forum: Java Sep 7th, 2006 |
| Replies: 10 Views: 1,340 Re: New to CVS Yeah, that will work.
But, what I was trying to explain is that normally binary distributions are not stored in cvs. normally the actual code is stored into cvs then after a checkout is completed... |
Forum: Java Sep 6th, 2006 |
| Replies: 10 Views: 1,340 Re: New to CVS Typically it is best to store the source files and then create binaries from the source after doing a checkout. But if you're unable to do that, its fine.
For storing your data in CVS I think I... |
Forum: Java Sep 6th, 2006 |
| Replies: 5 Views: 1,485 |
Forum: Java Sep 6th, 2006 |
| Replies: 2 Views: 949 |
Forum: Java Sep 5th, 2006 |
| Replies: 6 Views: 1,552 |
Forum: Java Sep 5th, 2006 |
| Replies: 10 Views: 1,340 Re: New to CVS Are you on a unix, linux or windows machine?
There are different cvs products for each I think.
You are going to have to do a lot of reading on cvs to get good at it. But there are CVS commands... |
Forum: Java Sep 5th, 2006 |
| Replies: 6 Views: 1,552 |
Forum: Java Sep 4th, 2006 |
| Replies: 6 Views: 1,552 |
Forum: Java Sep 3rd, 2006 |
| Replies: 3 Views: 1,950 |
Forum: Java Sep 3rd, 2006 |
| Replies: 3 Views: 3,409 Re: Character Frequency Yeah, we're not suppose to do your homework for you bud.
Do you have to use arrays? It might be best to use a HashMap here. Using a HashMap will allow you to count only the characters that you... |
Forum: Java Aug 29th, 2006 |
| Replies: 4 Views: 1,356 Re: Need a java project! Of course you need help with deciding on what to do for a semester ending project.
How about trying one of... |
Forum: Java Aug 28th, 2006 |
| Replies: 3 Views: 1,111 Re: wats a cookie? cook‧ie /ˈkʊki/ Pronunciation Key - Show Spelled Pronunciation[kook-ee] Pronunciation Key - Show IPA Pronunciation
–noun
1. a small cake made from stiff, sweet dough rolled and sliced or... |
Forum: Java Aug 25th, 2006 |
| Replies: 4 Views: 1,146 |
Forum: Java Aug 25th, 2006 |
| Replies: 2 Views: 2,283 Re: MS Access database and java You will need to use JDBC to access the database.
Here is a link that was found with a simple "JDBC Access" google search.
http://www.javaworld.com/javaworld/javaqa/2000-09/03-qa-0922-access.html |
Forum: Java Aug 24th, 2006 |
| Replies: 5 Views: 1,285 Re: Java Exam What type of exam doesn't have proper study materials? I would complain to your professor.
By the way, you're asking Human Computer Interaction questions in a Java Programming Language forum. I... |
Forum: Java Aug 24th, 2006 |
| Replies: 5 Views: 1,285 Re: Java Exam The answers to your questions would most likely be in your text book. Or on your teachers power point slides. |
Forum: Java Aug 23rd, 2006 |
| Replies: 58 Views: 106,317 |
Forum: Java Aug 23rd, 2006 |
| Replies: 5 Views: 3,105 |
Forum: Java Aug 23rd, 2006 |
| Replies: 3 Views: 1,207 Re: help needed!!! Do you have requirements yet? Besides having to create a hotel reservations system? |
Forum: Java Aug 23rd, 2006 |
| Replies: 3 Views: 1,234 Re: Errors in Java using netbeans So my guess is you didn't read the very first post in this forum titled: Please use BB Code and Inlinecode tags (http://www.daniweb.com/techtalkforums/announcement9-3.html). It helps us other people... |
Forum: Java Aug 23rd, 2006 |
| Replies: 5 Views: 3,105 Re: Assigning Array Values En Masse Thats because you're making an array of 0 length. There won't be a value at position 2. (Which is really item number 3 because I think arrays start from value 0.) |
Forum: Java Aug 22nd, 2006 |
| Replies: 3 Views: 1,234 |
Forum: Java Aug 21st, 2006 |
| Replies: 1 Views: 1,163 |
Forum: Java Aug 20th, 2006 |
| Replies: 2 Views: 1,747 Re: JSP Problem Student database search I agree with jwenting. Its a bad idea to do database programmiing in a jsp. But my guess is you won't stop doing it. So I would recommend puting system.out statements in your catchs to see if an... |
Forum: Java Aug 15th, 2006 |
| Replies: 1 Views: 1,061 Re: thank you for a quick reply Is this for a class project? Or is this for a professional project?
Also, please keep all your questions in one thread. It will make things easier. |
Forum: Java Aug 14th, 2006 |
| Replies: 6 Views: 4,673 Re: help in developing online reservation system Well, getting the requirements frist would be a first good step. Then figuring out what your business objects are from there would be a nice second step.
You must first show some effort and then we... |
Forum: Java Aug 13th, 2006 |
| Replies: 4 Views: 1,651 Re: Best way to Design GUI I agree with server_crash on the jpanels inside of other jpanels. Excellent strategy for building a GUI.
However, I do recommend jumping right into GridBagLayout. Even when there are jpanels in... |
Forum: Java Aug 12th, 2006 |
| Replies: 14 Views: 1,960 |
Forum: Java Aug 11th, 2006 |
| Replies: 10 Views: 2,958 |
Forum: Java Aug 11th, 2006 |
| Replies: 10 Views: 2,958 |