Forum: Java Jun 23rd, 2008 |
| Replies: 2 Views: 565 Do specify that format of that I-card. Manipulating only images is easily done in Java. Or you want to do something else? |
Forum: Java Jun 22nd, 2008 |
| Replies: 3 Views: 764 If you don't get any reply after about 5 days, you probably won't get any afterwards. Check out this (http://www.daniweb.com/forums/thread129466.html). |
Forum: Java Jun 22nd, 2008 |
| Replies: 10 Views: 6,652 Edited: Oh, I didn't realize earlier that this thread was as old one.
I'd done PC to PC IM earlier. For that, you'll have to use socket programming, multi threading, exception handling and AWT. If... |
Forum: Java Jun 17th, 2008 |
| Replies: 2 Views: 510 Depends on where you've installed NetBeans. |
Forum: Java Jun 10th, 2008 |
| Replies: 4 Views: 526 I had 1.2 with me and hadn't come to learn any such advanced feature that wasn't supported by it. I'm still learning core java. I'll upgrade my kit for sure.
Thank you Alex Edwards :), the thing... |
Forum: Java Jun 10th, 2008 |
| Replies: 4 Views: 526 Hello,
I'm getting a compile-time error in jdk1.2.1 which says "Identifier expected" and points to this line in the code:
Vector<Fish> fishes = new Vector<Fish>();
Aren't vectors supported... |
Forum: Java Jan 20th, 2008 |
| Replies: 4 Views: 2,077 Please try to be more specific regarding the behaviour of your program. Mention what exactly it does when you run it and how that differs from your requirements. |
Forum: Java Jan 9th, 2008 |
| Replies: 9 Views: 2,366 I placed it in C:\Windows\System32. It says, 'The file C:\Windows\System32\USERENV.DLL is corrupt. Reinstall the file, and try again.' When I press OK, another dialog box appears that says, 'Windows... |
Forum: Java Jan 8th, 2008 |
| Replies: 9 Views: 2,366 Why?
I've done that. Where do I place that file? |
Forum: Java Jan 8th, 2008 |
| Replies: 10 Views: 1,381 |
Forum: Java Jan 6th, 2008 |
| Replies: 9 Views: 2,366 Hello,
I've downloaded the setup of Netbeans-6 IDE JavaSE for Windows from Sun's website. When I run the setup, it says, "Error starting program: A required .DLL file, USERENV.DLL, was not found".... |
Forum: Java Jan 6th, 2008 |
| Replies: 10 Views: 1,381 Try placing all the files of your package in a directory named <PackageName>. This directory can branch off from any directory named in the CLASSPATH environment variable. You may find this... |
Forum: Java Jan 4th, 2008 |
| Replies: 15 Views: 1,566 Understood.
Yes, I agree. |
Forum: Java Jan 4th, 2008 |
| Replies: 15 Views: 1,566 sara_84 has posted the code, but hasn't bothered yet to mention what are the problems regarding it.
Your keyboard is somewhat nasty ;). If you are doing a project, you are the one who is... |
Forum: Java Dec 31st, 2007 |
| Replies: 15 Views: 1,566 Code tags, please :D. Masijade told you to mention the problems you are getting. You've not done it yet.
True. switch-case statements can check only integer or character values. |
Forum: Java Dec 30th, 2007 |
| Replies: 13 Views: 1,547 Hi nljavaingineur, I suggest you these things:
-Start a new thread for a new problem. It is related to this thread but you are using a different approach.
-Use code tags.
-Use proper alignment... |
Forum: Java Dec 20th, 2007 |
| Replies: 3 Views: 2,881 Have you compiled the code? Please mention the errors and the respective line no.s. |
Forum: Java Dec 20th, 2007 |
| Replies: 3 Views: 2,543 What efforts have you put in so far? Please post any coding you have done using code tags. |
Forum: Java Dec 19th, 2007 |
| Replies: 13 Views: 1,547 Nicely explained, darkagn.
Why not? Remember this much. In any assignment expression, the RHS is evaluated first and then the result is stored in LHS.
Hope this makes it clear.. |
Forum: Java Dec 16th, 2007 |
| Replies: 7 Views: 1,076 The red part sorts the integer array intArray and then prints the sorted contents... Anything more specific you want to know about the algorithm? Then google for "bubble sort". |
Forum: Java Dec 16th, 2007 |
| Replies: 13 Views: 1,547 sOperator gets its value using this statement.
sOperator = (String) arg;
If your problem is solved, mark this thread as solved by clicking on the link below the last post in this thread. |
Forum: Java Dec 15th, 2007 |
| Replies: 13 Views: 1,547 Your reply was more specific. I just gave an example...
And yes,
This is a golden truth.
Thank you for the compliments :) |
Forum: Java Dec 15th, 2007 |
| Replies: 13 Views: 1,547 This is your first post. But, the next time you post your code, please use code tags so that the users can view the code along with proper alignment.
if (isFixReg)
sText2 = (String) arg;... |
Forum: Java Dec 12th, 2007 |
| Replies: 2 Views: 1,926 Post atleast one such thing (code). We'll try to make it work. |
Forum: Java Dec 2nd, 2007 |
| Replies: 8 Views: 914 I had a decent start with The Complete Reference: Java 2 by Herbert Schildt... But somewhere, Herb has some misconceptions. (As quoted by someone over here in one of my previous threads. Probably it... |
Forum: Java Dec 2nd, 2007 |
| Replies: 5 Views: 977 That can happen even if you PM someone ;).
Anyways, I'd be glad to help. |
Forum: Java Nov 25th, 2007 |
| Replies: 7 Views: 12,087 We will try to help you once you have selected a topic and have a problem. For selecting the topic, introspect. Have an idea about the level of difficulty of you are willing to handle. Then try... |
Forum: Java Nov 24th, 2007 |
| Replies: 25 Views: 2,377 It makes perfect sense. But, as jwenting has said, innovative designs are confusing as they are non-standard. That is, your customers would take some time in being swift at using it and utilising the... |
Forum: Java Nov 24th, 2007 |
| Replies: 25 Views: 2,377 Minimising the distance travelled by the finger would simultaneously increase the number of hits that you have to make with the finger. Frankly speaking, I don't think this project has any practical... |
Forum: Java Nov 24th, 2007 |
| Replies: 20 Views: 2,733 Inside the return(String.format()), use the get methods that you have defined for each data field to refer to data like NameIn, ArtistIn, NumberIn... etc. |
Forum: Java Nov 24th, 2007 |
| Replies: 20 Views: 2,733 I didn't insist you to do that. |
Forum: Java Nov 24th, 2007 |
| Replies: 20 Views: 2,733 Yup, perhaps that is the reason I had never heard about it before ;) |
Forum: Java Nov 23rd, 2007 |
| Replies: 4 Views: 643 http://www.daniweb.com/forums/thread97749.html is the original thread. |
Forum: Java Nov 23rd, 2007 |
| Replies: 6 Views: 717 http://www.daniweb.com/forums/thread97162.html is the original thread. |
Forum: Java Nov 23rd, 2007 |
| Replies: 4 Views: 643 This is the limit, he is repeating the same thing over here.
Some one responsible at DaniWeb should have a look at this.
http://www.daniweb.com/forums/thread97983.html |
Forum: Java Nov 23rd, 2007 |
| Replies: 3 Views: 759 zandiago is right. You are having so many questions in C, C++ & Java at a time. And half of them are ill-framed, the other half insisting others to do your homework. |
Forum: Java Nov 23rd, 2007 |
| Replies: 4 Views: 553 |
Forum: Java Nov 23rd, 2007 |
| Replies: 6 Views: 717 I wonder why this thread is not closed... |
Forum: Java Nov 23rd, 2007 |
| Replies: 6 Views: 717 How dare he?! This does not make sense at all! He is reposting the question I had asked some time back in a separate thread. Does he think the people at DaniWeb are fools ?? He is filling the C and... |
Forum: Java Nov 22nd, 2007 |
| Replies: 3 Views: 831 Just a very very minor point. It should be
//Jdk1.6.0_02
JDK is Java Development Kit.
Jkd is different, they are my initials! |