Search Results

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: stewie griffin ; Forum: Java and child forums
Forum: Java Jun 13th, 2009
Replies: 3
Solved: thread question
Views: 272
Posted By stewie griffin
tnx it was exactly what i was locking for...
im marking as solved...
Forum: Java Jun 13th, 2009
Replies: 3
Views: 513
Posted By stewie griffin
Well, I don’t see the ChatHandler class , but it should have a run method , in the run method (assuming you work with sockets) you shall ask for username, password exec,and use InputStreamReader and...
Forum: Java Jun 13th, 2009
Replies: 3
Solved: thread question
Views: 272
Posted By stewie griffin
Hi,
I have java code, in the code there is about 5 lines that I wont to open in new Thread, I don't wont to crate all new class for 5 lines , can I can I implement the Thread inside the method...
Forum: Java Jun 9th, 2009
Replies: 1
Views: 675
Posted By stewie griffin
After long worm hours (the air conditioner is broken) I found the problem the sender and the reviser was using different type of streams I fixed it .. .and the code is attached
enjoy


sender
...
Forum: Java Jun 9th, 2009
Replies: 1
Views: 675
Posted By stewie griffin
hi,
im working on java on some client server project...
in the project the client and the server can send files, but im failng to do so, the resiver get only part of the file...
here is my code...
Forum: Java May 27th, 2009
Replies: 1
Views: 401
Posted By stewie griffin
Hi
I am using jmf to build some music player and im want to add some equalizer that will "jump" up and down according to the music, how can I do it?
Forum: Java Mar 26th, 2009
Replies: 9
Views: 510
Posted By stewie griffin
This is my code:
public boolean SetYear (String year)
{
if (year.matches("[0-9]{4}"))
{
_year=year;
return true;
}
return false;
}
Showing results 1 to 7 of 7

 


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

©2003 - 2009 DaniWeb® LLC