Search Results

Showing results 1 to 27 of 27
Search took 0.01 seconds.
Search: Posts Made By: verruckt24 ; Forum: Java and child forums
Forum: Java Sep 8th, 2009
Replies: 1
Views: 189
Posted By verruckt24
Full marks for putting down the question correctly, now lets see what you do about the answer.
Forum: Java Aug 31st, 2009
Replies: 5
Views: 581
Posted By verruckt24
If I have to develop a project I'd rather like it to be some topic I am fantastically interested in, so I'd rather suggest you dig deep into your mind to find concepts/ideas that you really find your...
Forum: Java May 10th, 2009
Replies: 13
Views: 862
Posted By verruckt24
Firstly I guess you need not dump all generated permutations into an array. You should only dump those permutations which generate a word out of the unscrambling of the original word, which you can...
Forum: Java Apr 1st, 2009
Replies: 2
Views: 313
Posted By verruckt24
The brother isn't exactly sharing the problem with his brethren. So they are incapable to help him.
Forum: Java Mar 22nd, 2009
Replies: 13
Views: 853
Posted By verruckt24
No, We are not hiring now anyways. ;)
Forum: Java Mar 22nd, 2009
Replies: 13
Views: 853
Posted By verruckt24
I don't know what this line suggests to you, but for a majority of the people here it suggests that YOU are the one looking for it.
Forum: Java Mar 18th, 2009
Replies: 12
Views: 781
Posted By verruckt24
I am sure you mustn't have been aware of google then because these were one of the top few results there.
1. Threads in Linux --- 1 (http://tldp.org/FAQ/Threads-FAQ/index.html), 2...
Forum: Java Mar 17th, 2009
Replies: 2
Views: 233
Posted By verruckt24
I may not be able to answer this question eventually but could guide the first few steps. Well, you don't need to convert the array strings to 1s and 0s and then the 1s and 0s to analog signals that...
Forum: Java Mar 11th, 2009
Replies: 8
Views: 865
Posted By verruckt24
There are three methods in MouseEvent which could be of particular help, getX() (http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/MouseEvent.html#getX()), getY()...
Forum: Java Mar 9th, 2009
Replies: 9
Solved: java slide show
Views: 1,513
Posted By verruckt24
Well, thats what happens when you put yourself into a habit of "finding out code" instead of writing it yourself - you are stumped by the most basic and rudimentary things. As something I am...
Forum: Java Mar 9th, 2009
Replies: 4
Views: 239
Posted By verruckt24
Who's stopping you then ? Put out two labels mentioning "Enter string 1" "Enter string 2", put out two textboxes allowing the user to input the same. Use a label to finally show the result of the...
Forum: Java Mar 9th, 2009
Replies: 5
Views: 247
Posted By verruckt24
textField2.setText(Integer.toString(woorden));


This statement isn't correct. You should rather do

textField2.setText(String.valueOf(woorden));


And as far as the error goes I get none...
Forum: Java Mar 6th, 2009
Replies: 10
Views: 478
Posted By verruckt24
Both of these aren't required at all.
1. NULL does not need to be casted to anything.
2. If the int is within a string, it's acceptable.
Forum: Java Mar 4th, 2009
Replies: 16
Views: 1,038
Posted By verruckt24
The code you have posted earlier does not contain this anywhere

System.out.println("Element at index 1: " + scores[1]);


So post the new code again. Also I am obeserving that even after so...
Forum: Java Feb 13th, 2009
Replies: 32
Views: 11,253
Posted By verruckt24
Which methods ? Have you even cared to go through the iText library and the Apache POI ? They both are stable production quality libraries.
Do your homework before posting blindly.
Forum: Java Feb 11th, 2009
Replies: 7
Views: 1,703
Posted By verruckt24
Thats exactly where my previous post targets, if you think this question is so simple, why in the first place do you need others help.

PS : I confess, I only got to know the new keyword in java...
Forum: Java Feb 10th, 2009
Replies: 11
Solved: For loop
Views: 649
Posted By verruckt24
@nandomendonza : I would like to ask one question of you first. Have you been taught the for loop in the class (I assume you are in a class since you mention the word instruction) where you got this...
Forum: Java Feb 4th, 2009
Replies: 9
Views: 1,021
Posted By verruckt24
Because you ask for a fancy way, I give it to you. So suppose you want to allow multiple answers without much work you can do this :

Scanner input = new Scanner();
String response = "";...
Forum: Java Jan 22nd, 2009
Replies: 16
Views: 773
Posted By verruckt24
Every mod's opinion is respected and taken in good spirit as we know that you are the ones who need to do the policing around here. Thats the reason I gave so much an essay of explanation to peter...
Forum: Java Jan 20th, 2009
Replies: 45
Views: 1,760
Posted By verruckt24
You should go bald I guess.

Double hoursWorked = input.nextDouble();
// read value for hours worked
if(hoursWorkedInWeek <=0.0){
System.out.println("Hours worked cannot be...
Forum: Java Jan 18th, 2009
Replies: 20
Views: 896
Posted By verruckt24
Firstly, you haven't called the method spalsh(), though this won't in any way affect the working of your code, but just mentioning the fact. So you should include a statement such as this as your...
Forum: Java Jan 17th, 2009
Replies: 2
Views: 1,840
Posted By verruckt24
Yeah and you give us a billiion dollars for that.
Only the forum rules are stopping me from telling what reply you should be getting for that.

Have you taken care to read the forum rules before...
Forum: Java Jan 16th, 2009
Replies: 2
Views: 375
Posted By verruckt24
When you say you have working knowledge of Java I assume you have written enough programs in the langauge. Since you say you are not able to make the next step, picture it this way, a project is...
Forum: Java Jan 9th, 2009
Replies: 11
Views: 698
Posted By verruckt24
masijade looks to be in top nick !!!
Forum: Java Jan 3rd, 2009
Replies: 5
Views: 560
Posted By verruckt24
1. Use code tags to post code.
2. Instead of asking of us whether your code is ok or not you can check it yourself, if it does what it is intended to do you know what it is, whether it doesn't you...
Forum: Java Dec 4th, 2008
Replies: 4
Views: 406
Posted By verruckt24
Also to get you started on it...when working with a OO langauge always break down the problem domain into classes and methods.
You have most of it done since you have been given classes too. Now you...
Forum: Java Dec 3rd, 2008
Replies: 4
Views: 1,617
Posted By verruckt24
What the hell are you guys doing here ? This isn't somekind of advertising board for corporates. This forum's main aim is to make people learn while they are being helped. You want to show that you...
Showing results 1 to 27 of 27

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC