Forum: Java Sep 17th, 2008 |
| Replies: 4 Views: 533 more unformatted code...
And those error messages are quite clear. Learn to interpret them. |
Forum: Java Sep 17th, 2008 |
| Replies: 13 Views: 1,454 Of course anyone thinking to "learn Java within a month" is rather insane...
A decade is more like it. |
Forum: Java Sep 17th, 2008 |
| Replies: 13 Views: 1,309 so it's not just a kiddo, but a sicko as well. |
Forum: Java Sep 17th, 2008 |
| Replies: 5 Views: 2,356 yes, DO YOUR OWN HOMEWORK.
We're NOT a homework service, and we're also NOT going to help you write another pirate 2 pirate application. |
Forum: Java Sep 17th, 2008 |
| Replies: 4 Views: 533 tons of unformatted code, no description of what "goes wrong", no nothing.
You'll have to do better than that if you expect us to fix the code you pulled from some other website for you, kid. |
Forum: Java Sep 16th, 2008 |
| Replies: 13 Views: 1,309 He called you a liar because you ARE a liar. You state your code compiles on one platform and not another, and that's a clear lie if there ever was one.
Behave yourself, you're just a homework kiddo... |
Forum: Java Sep 16th, 2008 |
| Replies: 13 Views: 1,309 it's your homework to get it to compile, so go ahead and fix it.
If you'd known the first thing you'd known that something that fails at one platform will fail at all of them (barring errors in... |
Forum: Java Sep 13th, 2008 |
| Replies: 4 Views: 695 It's your homework. If you think you can get away with passing off someone elses work as your own you're a sleezball who's attempting plagiarism and noone should help you.
In fact you deserve to be... |
Forum: Java Sep 13th, 2008 |
| Replies: 11 Views: 2,268 and you could ask more specific questions, and make sure they're not questions that are easily answered by reading the tutorial resources linked on top of the forum. |
Forum: Java Sep 12th, 2008 |
| Replies: 3 Views: 1,730 we're not going to do your homework for you, thread hijacking homework kiddo. |
Forum: Java Sep 11th, 2008 |
| Replies: 5 Views: 660 and you don't stop threads. You tell them that they should at their leasure do what's needed to terminate (of course after closing and cleaning up resources, etc.). |
Forum: Java Sep 11th, 2008 |
| Replies: 4 Views: 1,878 It's just as bad in C++ to assume you own the console. |
Forum: Java Sep 11th, 2008 |
| Replies: 2 Views: 535 1, 2, 3, 4, ..., 148, 149, 150 |
Forum: Java Sep 11th, 2008 |
| Replies: 4 Views: 1,878 You don't own the console, and should NEVER assume that you do.
Therefore you should NEVER try to clear it and should NEVER assume that no other process writes to it. |
Forum: Java Sep 10th, 2008 |
| Replies: 14 Views: 966 all the more reason to read and follow the rules to the letter. |
Forum: Java Sep 10th, 2008 |
| Replies: 8 Views: 1,166 we're not going to read that garbage.
You will have gotten a line number for the error, that will tell you where to look for your error.
Learn to read and interpret error messages, it's a vital... |
Forum: Java Sep 10th, 2008 |
| Replies: 14 Views: 966 why the hell is he using AWT instead of Swing, and why in heaven's name is he not keeping to the correct convention for naming variables and other entities? |
Forum: Java Sep 7th, 2008 |
| Replies: 6 Views: 1,781 guess what, you never fill the array from which the dropdown is filled... |
Forum: Java Sep 7th, 2008 |
| Replies: 3 Views: 500 certainly feasible. I did something somewhat similar a decade ago. |
Forum: Java Sep 7th, 2008 |
| Replies: 6 Views: 1,781 What exactly "isn't happening"?
Check the generated html. Is the data there but isn't it shown?
If it is your html generation is at fault. If it isn't, you are almost certainly having an error in a... |
Forum: Java Sep 6th, 2008 |
| Replies: 2 Views: 445 |
Forum: Java Sep 4th, 2008 |
| Replies: 17 Views: 4,370 or more likely for the retry as the kiddo is likely to have failed his assignment last year ;) |
Forum: Java Sep 3rd, 2008 |
| Replies: 2 Views: 437 in other words, don't doubt the garbage collection mechanism. It works well and there is no need to secondguess it by trying to force it to run. |
Forum: Java Sep 2nd, 2008 |
| Replies: 4 Views: 661 the madness stops when the last mad person (aka homework kiddo) dies a slow, painful, death.
And that won't happen as long as there are idiots who give those homework kiddos what they want. |
Forum: Java Sep 2nd, 2008 |
| Replies: 6 Views: 1,435 step 1: read the community guidelines
step 2: tell your teacher that because of your laziness you're not going to get your assignment done in time
step 3: learn Java, you now have an extra year to... |
Forum: Java Sep 2nd, 2008 |
| Replies: 4 Views: 661 |
Forum: Java Sep 1st, 2008 |
| Replies: 13 Views: 926 15 days for learning everything you need to learn to create a web application?
Better emigrate to Mars, a day there takes about a month of earthtime, might give you enough time. |
Forum: Java Aug 30th, 2008 |
| Replies: 2 Views: 481 char is an integer data type, the representation as a character is for convenience's sake only. |
Forum: Java Aug 29th, 2008 |
| Replies: 5 Views: 588 and remember: if it "works perfectly EXCEPT XXX" it does NOT work perfectly. |
Forum: Java Aug 28th, 2008 |
| Replies: 4 Views: 1,277 they shouldn't, but that doesn't mean they don't...
It all depends on how the website was programmed. |
Forum: Java Aug 23rd, 2008 |
| Replies: 4 Views: 566 Cobol will give you a stable career you can stick around in without learning anything else until you retire. |
Forum: Java Aug 23rd, 2008 |
| Replies: 3 Views: 1,223 your teacher can teach just fine. But you're too stupid or lazy to learn. |
Forum: Java Aug 17th, 2008 |
| Replies: 7 Views: 1,346 you never add the menubar to the window... |
Forum: Java Aug 17th, 2008 |
| Replies: 4 Views: 607 what is a brain?
what is a search engine? |
Forum: Java Aug 16th, 2008 |
| Replies: 6 Views: 1,251 yes, you're doing something wrong. If you weren't, it would work :)
you can't reference anything from main that's not static (and no, you should not make everything static to get around that). |
Forum: Java Aug 16th, 2008 |
| Replies: 5 Views: 1,246 like I said, it's not solved. It's masked. |
Forum: Java Aug 16th, 2008 |
| Replies: 2 Views: 1,905 use a search engine to find out about the required APIs and tools, study their documentation, and away you go. |
Forum: Java Aug 16th, 2008 |
| Replies: 7 Views: 11,083 yes, using getResource or better yet getResourceAsStream is the way to extract resources from a jarfile.
Make sure that those resources are contained in the jarfile as part of the classpath or... |
Forum: Java Aug 16th, 2008 |
| Replies: 5 Views: 1,246 The garbage collector is very smart. There's hardly ever a need to use the provided commands to SUGGEST it runs.
If you think you need to, you almost certainly have an error somewhere in your code... |
Forum: Java Aug 7th, 2008 |
| Replies: 7 Views: 2,050 and crossposting too... This isn't the only thread this idiot hijacked with his "zent mi zuh koduz"... |