Click here to Skip to main content
15,890,282 members
Home / Discussions / Java
   

Java

 
AnswerRe: Multiple Client/Server Chat messaging problem Pin
Richard MacCutchan12-Sep-11 21:31
mveRichard MacCutchan12-Sep-11 21:31 
AnswerRe: Multiple Client/Server Chat messaging problem Pin
Nagy Vilmos12-Sep-11 22:31
professionalNagy Vilmos12-Sep-11 22:31 
QuestionNumber problems Pin
Liam S. Crouch11-Sep-11 7:03
Liam S. Crouch11-Sep-11 7:03 
AnswerRe: Number problems Pin
Gerben Jongerius11-Sep-11 7:21
Gerben Jongerius11-Sep-11 7:21 
AnswerRe: Number problems Pin
Richard MacCutchan11-Sep-11 7:31
mveRichard MacCutchan11-Sep-11 7:31 
AnswerRe: Number problems Pin
Luc Pattyn11-Sep-11 7:45
sitebuilderLuc Pattyn11-Sep-11 7:45 
GeneralRe: Number problems Pin
TorstenH.11-Sep-11 22:47
TorstenH.11-Sep-11 22:47 
AnswerRe: Number problems Pin
Charles Putney13-Sep-11 1:47
Charles Putney13-Sep-11 1:47 
I think that you want ddirection to oscillate between two values every time this code is executed so,

(initialize ddirection at 0.0
{
ddirection = 8.0 - ddirection;
direction = (ddirection == 0.0) ? direction.DOWN : direction.UP;
}
Questionhi Pin
GANESH238911-Sep-11 3:23
GANESH238911-Sep-11 3:23 
AnswerRe: hi Pin
Richard MacCutchan11-Sep-11 4:03
mveRichard MacCutchan11-Sep-11 4:03 
GeneralRe: hi Pin
GANESH238911-Sep-11 6:44
GANESH238911-Sep-11 6:44 
GeneralRe: hi Pin
Richard MacCutchan11-Sep-11 7:20
mveRichard MacCutchan11-Sep-11 7:20 
GeneralRe: hi Pin
GANESH238911-Sep-11 7:27
GANESH238911-Sep-11 7:27 
AnswerRe: hi Pin
TorstenH.11-Sep-11 22:49
TorstenH.11-Sep-11 22:49 
Questionhi guys,, Pin
GANESH238911-Sep-11 3:21
GANESH238911-Sep-11 3:21 
AnswerRe: hi guys,, Pin
Simon Bang Terkildsen11-Sep-11 3:30
Simon Bang Terkildsen11-Sep-11 3:30 
GeneralRe: hi guys,, Pin
GANESH238911-Sep-11 6:47
GANESH238911-Sep-11 6:47 
GeneralRe: hi guys,, Pin
Richard MacCutchan11-Sep-11 7:22
mveRichard MacCutchan11-Sep-11 7:22 
QuestionData stores for Java Pin
oraclepilot7-Sep-11 7:03
oraclepilot7-Sep-11 7:03 
AnswerRe: Data stores for Java Pin
Nagy Vilmos7-Sep-11 7:06
professionalNagy Vilmos7-Sep-11 7:06 
QuestionWhich is the best editor to use with Java??? Pin
Andre' Gardiner5-Sep-11 11:28
professionalAndre' Gardiner5-Sep-11 11:28 
AnswerRe: Which is the best editor to use with Java??? Pin
Firo Atrum Ventus5-Sep-11 15:27
Firo Atrum Ventus5-Sep-11 15:27 
GeneralRe: Which is the best editor to use with Java??? Pin
Andre' Gardiner7-Sep-11 4:44
professionalAndre' Gardiner7-Sep-11 4:44 
AnswerRe: Which is the best editor to use with Java??? Pin
Nagy Vilmos5-Sep-11 21:54
professionalNagy Vilmos5-Sep-11 21:54 
AnswerRe: Which is the best editor to use with Java??? Pin
TorstenH.6-Sep-11 22:04
TorstenH.6-Sep-11 22:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.