Search Results

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: stultuske
Forum: Java Mar 11th, 2009
Replies: 9
Views: 869
Posted By stultuske
public void showInputPrompt(String showFrame, String messageToUser, String dialogTitle, int infoStyle
{
JOptionPane.showInputPrompt(showFrame, messageToUser, dialogTitle, infoStyle);
}


what...
Forum: Java Feb 4th, 2009
Replies: 13
Views: 760
Posted By stultuske
'passing' here is about the same as in sports: one guy has the ball, he 'passes' it to another guy, now that other guy has controle over it.


// class that uses an object or class...
Forum: Java Jan 9th, 2009
Replies: 11
Views: 700
Posted By stultuske
well... if you'd like HIS dog eating YOUR papers, go right ahead :)
Forum: Java Dec 24th, 2008
Replies: 6
Views: 541
Posted By stultuske
since it's MINI, it should be no problem. since it's a PROJECT, you propably were given a reasonable amount of time to finish it, but, as you said it: YOU didn't. does this implie you diserve to...
Forum: Java Dec 8th, 2008
Replies: 4
Solved: Split a line?
Views: 446
Posted By stultuske
read it as a String and use the toCharArray() method
Forum: Java Dec 5th, 2008
Replies: 11
Views: 900
Posted By stultuske
maybe you should read the answers before disregarding them ...
we're not a project-idea shop, firstly, because we don't have the time to be, secondly, because we would be doing your work, which...
Forum: Java Nov 28th, 2008
Replies: 9
Views: 612
Posted By stultuske
the turtle can always beat the rabbit ;)
Forum: Java Nov 22nd, 2008
Replies: 5
Views: 1,038
Posted By stultuske
@Antenka: he doesn't want the logic behind the solution, he wants the code to be handed to him (and if possible, a nice degree to go with it)
Forum: Java Nov 19th, 2008
Replies: 1
Views: 791
Posted By stultuske
1 wud l1k3 t0 knw 1f 4ny1 c4n y0us3 3ngl15h?
Forum: Java Nov 14th, 2008
Replies: 13
Views: 759
Posted By stultuske
just a couple of remarks:

what's the use of setting getName() in adult as protected?
also, just check the two codes for Child.java I post under this, the first one is the one you posted, the...
Forum: Java Nov 12th, 2008
Replies: 21
Views: 1,291
Posted By stultuske
the answer is .. you're trying to STEAL code. why would we even want to help you, especially if you ignore those who actually try to help you?
Forum: Community Introductions Nov 8th, 2008
Replies: 1
Views: 355
Posted By stultuske
I have no doubt that a third year student is capable of using the search function of this forum, and thus to find out why we're not to eager to help you.
just in a couple lines:
1. we do not know...
Forum: Java Nov 7th, 2008
Replies: 29
Views: 1,563
Posted By stultuske
I'm pretty sure I ment public method :)
Forum: Java Oct 29th, 2008
Replies: 12
Views: 900
Posted By stultuske
yeah you do.. not necesarilly ours though.
if I read over this code you've posted, it seems that in the comments you can write flawless (or almost flawless) english, while in your posts, you only...
Forum: Java Oct 27th, 2008
Replies: 20
Views: 1,542
Posted By stultuske
don't use two arrays, just use one, for both initializing and printing.
also, in your

public void arr3(){
...
}
method, you are referring to Array arr, which is not declared within the...
Forum: Java Oct 26th, 2008
Replies: 6
Views: 10,013
Posted By stultuske
you have posted one time on this forum, and that is just to re-open a thread that was solved over four years ago???
Forum: Java Oct 23rd, 2008
Replies: 1
Views: 335
Posted By stultuske
I found this (http://java.sun.com/developer/technicalArticles/J2EE/Intro/) on http://java.sun.com, which you can take as your first resource for any Java related questions
Forum: Java Oct 21st, 2008
Replies: 4
Views: 463
Posted By stultuske
if they're to lazy to create a class, and think it's faster just to write in main, let them, and just wait and see what happens if they need to re-use some code.
not to mention that if their bosses...
Forum: Java Oct 21st, 2008
Replies: 8
Views: 530
Posted By stultuske
actually, you kinda did. you just posted your entire assignment without one single line of code you've tried.

you have to understand, that to us, this is not "urgent!!!". we're not a factory that...
Forum: Java Oct 12th, 2008
Replies: 4
Views: 2,189
Posted By stultuske
if I correctly understand what you are trying to do (and since my knowledge of the C++ syntax is quite limited, I don't claim I surely do) you want to have a list with two kinds of elements: basicly...
Forum: Java Sep 16th, 2008
Replies: 3
Views: 421
Posted By stultuske
you are calling this constructor, the default constructor:

compAdd c1 = new compAdd();

but you have only provided a constructor which takes an argument (a String object)

the compiler will...
Forum: Java Jul 25th, 2008
Replies: 11
Views: 2,593
Posted By stultuske
no idea? and you're in the final year??
well, if you're fixed on making a media player, you might start on the gui, easiest part I figure.
try to decide what formats you want to be able to play...
Forum: Java May 3rd, 2007
Replies: 1
Views: 1,725
Posted By stultuske
just a little part I copied out of the java API's, should answer your question:

public void setHorizontalAlignment(int alignment)

Sets the horizontal alignment of the text. Valid keys are:...
Showing results 1 to 23 of 23

 


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

©2003 - 2009 DaniWeb® LLC