Forum: Coder's Corner Lounge
Dec 18th, 2006, 12:34 PM
|
|
Replies: 33
Views: 1,035
|
Forum: Coder's Corner Lounge
Dec 13th, 2006, 2:00 PM
|
|
Replies: 37
Views: 764
When I say "from time to time", I mean when I...
When I say "from time to time", I mean when I have free time and feel like doing it. My computer isn't acting strange in any manner. One more thing, since I stopped using IE7, I no longer have any...
|
Forum: Coder's Corner Lounge
Dec 13th, 2006, 11:17 AM
|
|
Replies: 37
Views: 764
|
Forum: Java
Dec 12th, 2006, 8:49 PM
|
|
Replies: 10
Views: 250
Sorry for seeming ignorant. I now hate my...
Sorry for seeming ignorant. I now hate my compiler with a passion. And thank you for spending your time on a seemingly oblivious person. Damn I feel like a fool- No further comments about my...
|
Forum: Java
Dec 12th, 2006, 8:35 PM
|
|
Replies: 10
Views: 250
|
Forum: Java
Dec 12th, 2006, 8:09 PM
|
|
Replies: 10
Views: 250
Ok, back to the beginning. This section of the...
Ok, back to the beginning. This section of the program is going to read old directories used by the user. If the user decides to change the directory, that new directory goes into the database....
|
Forum: Java
Dec 12th, 2006, 7:21 PM
|
|
Replies: 10
Views: 250
|
Forum: Coder's Corner Lounge
Dec 12th, 2006, 6:30 PM
|
|
Replies: 37
Views: 764
|
Forum: Java
Dec 12th, 2006, 6:11 PM
|
|
Replies: 10
Views: 250
-_-
Yes, but the problem is that I cannot get Java to identify the "\" in the code and string. The compiler throws a build error because the backslash throws off what is identified as a string in the...
|
Forum: Java
Dec 12th, 2006, 5:24 PM
|
|
Replies: 10
Views: 250
"\"
I'm trying to replace occurances of "\" to "/" in a string containing a directory. Unfortunately java expects an escape character to go with it and throws off what it believes to be a string, if that...
|
Forum: Coder's Corner Lounge
Oct 27th, 2006, 11:11 PM
|
|
Replies: 11
Views: 241
The best way for me is to practice by writing...
The best way for me is to practice by writing programs and searching for answers in books or online if I come across problems. I don't have the fortune to have a programming teacher that knows what...
|
Forum: Java
Oct 24th, 2006, 7:24 PM
|
|
Replies: 5
Views: 232
|
Forum: Java
Oct 24th, 2006, 11:50 AM
|
|
Replies: 5
Views: 232
|
Forum: Java
Oct 23rd, 2006, 8:48 PM
|
|
Replies: 5
Views: 232
-Xlint compile note
I know two people have posted somewhat similar threads, but no one seems to hit the answer. After I compile, it get a note:
Note: C:/ .... .java uses unchecked or unsafe operations.
Note: Recompile...
|
Forum: Java
Oct 10th, 2006, 6:28 PM
|
|
Replies: 2
Views: 156
|
Forum: Java
Oct 8th, 2006, 2:52 PM
|
|
Replies: 2
Views: 156
Printing using the Printer
The program I'm working on reads info from a MYSQL database and displays it onto a JTextArea. I need to print what is displayed, but in the API, it seems to profer printing from files. Writing to a...
|
Forum: Coder's Corner Lounge
Sep 7th, 2006, 8:20 PM
|
|
Replies: 2,124
Views: 27,030
|
Forum: Coder's Corner Lounge
Jun 16th, 2006, 10:39 PM
|
|
Replies: 56
Views: 1,230
I don't understand why so many people hate...
I don't understand why so many people hate Microsoft. I haven't found anything wrong with it other than the way the company was started. I think it's great that Bill is taking time from the company...
|
Forum: C#
Jun 16th, 2006, 10:16 PM
|
|
Replies: 5
Views: 284
Thanks a lot for all of your great input, it...
Thanks a lot for all of your great input, it helped tremendously and answered long waiting questions. I have decided to learn both C++ and C# since C++ will stay well in the industry, and C# is about...
|
Forum: C#
Jun 16th, 2006, 4:20 AM
|
|
Replies: 5
Views: 284
C# -How far will it grow?
I've looked around, but no one quite answers the questions well. Although C# is growing popular, is it just a "fad" or will it become a major language for many, many years to come? With the...
|
Forum: Java
Jun 13th, 2006, 6:05 PM
|
|
Replies: 11
Views: 332
Nope not possible. It was inicialized in the...
Nope not possible. It was inicialized in the loop, so it would only be recognized within the loop. I say to inicialize it outside the loop or make it global if you need it outside the method.
|
Forum: Java
Jun 13th, 2006, 5:51 PM
|
|
Replies: 3
Views: 201
|