Click here to Skip to main content
15,897,187 members
Home / Discussions / Java
   

Java

 
GeneralRe: Eclipse (Java?) makes try/catch mandatory? Pin
TorstenH.28-Jun-11 2:04
TorstenH.28-Jun-11 2:04 
AnswerRe: Eclipse (Java?) makes try/catch mandatory? Pin
Gerben Jongerius28-Jun-11 6:34
Gerben Jongerius28-Jun-11 6:34 
GeneralRe: Eclipse (Java?) makes try/catch mandatory? Pin
Helfdane28-Jun-11 20:47
Helfdane28-Jun-11 20:47 
GeneralRe: Eclipse (Java?) makes try/catch mandatory? Pin
TorstenH.29-Jun-11 2:32
TorstenH.29-Jun-11 2:32 
GeneralRe: Eclipse (Java?) makes try/catch mandatory? Pin
Helfdane29-Jun-11 3:25
Helfdane29-Jun-11 3:25 
AnswerRe: Eclipse (Java?) makes try/catch mandatory? Pin
Nagy Vilmos29-Jun-11 3:20
professionalNagy Vilmos29-Jun-11 3:20 
QuestionJava canvas problems [modified] (Solved) Pin
Davíð Þór27-Jun-11 3:13
Davíð Þór27-Jun-11 3:13 
AnswerRe: Java canvas problems Pin
TorstenH.28-Jun-11 2:02
TorstenH.28-Jun-11 2:02 
Sounds like you're using the same instance of Timer multiple times.

- limit the scope of "ledcountdowntimer" to the method "ledcountdown"
- if possible instantiate it anonymous.
- in doubt: Extend the Timer (ledcountdowntimer) and give it a ID (UUID?) to prevent multi use.
regards Torsten
I never finish anyth...

GeneralRe: Java canvas problems [modified] Pin
Davíð Þór28-Jun-11 5:20
Davíð Þór28-Jun-11 5:20 
GeneralRe: Java canvas problems Pin
TorstenH.28-Jun-11 20:43
TorstenH.28-Jun-11 20:43 
GeneralRe: Java canvas problems Pin
Davíð Þór29-Jun-11 0:39
Davíð Þór29-Jun-11 0:39 
GeneralRe: Java canvas problems Pin
TorstenH.29-Jun-11 2:31
TorstenH.29-Jun-11 2:31 
AnswerRe: Java canvas problems Pin
David Skelly28-Jun-11 6:17
David Skelly28-Jun-11 6:17 
GeneralRe: Java canvas problems Pin
Davíð Þór28-Jun-11 7:05
Davíð Þór28-Jun-11 7:05 
GeneralRe: Java canvas problems Pin
Davíð Þór29-Jun-11 0:36
Davíð Þór29-Jun-11 0:36 
Questionproject Pin
Member 803844226-Jun-11 23:52
Member 803844226-Jun-11 23:52 
AnswerRe: project Pin
Richard MacCutchan27-Jun-11 0:12
mveRichard MacCutchan27-Jun-11 0:12 
GeneralRe: project Pin
Member 803844227-Jun-11 3:13
Member 803844227-Jun-11 3:13 
GeneralRe: project Pin
Nagy Vilmos27-Jun-11 4:07
professionalNagy Vilmos27-Jun-11 4:07 
GeneralRe: project Pin
Pete O'Hanlon27-Jun-11 4:31
mvePete O'Hanlon27-Jun-11 4:31 
GeneralRe: project Pin
Member 803844227-Jun-11 4:46
Member 803844227-Jun-11 4:46 
GeneralRe: project Pin
Pete O'Hanlon27-Jun-11 5:59
mvePete O'Hanlon27-Jun-11 5:59 
GeneralRe: project Pin
Member 803844227-Jun-11 6:39
Member 803844227-Jun-11 6:39 
GeneralRe: project PinPopular
Pete O'Hanlon27-Jun-11 6:53
mvePete O'Hanlon27-Jun-11 6:53 
GeneralRe: project Pin
Paul Conrad17-Jul-11 7:56
professionalPaul Conrad17-Jul-11 7:56 

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.