Click here to Skip to main content
15,905,508 members
Home / Discussions / Java
   

Java

 
QuestionArrayList Class Pin
ammu233-Nov-10 3:43
ammu233-Nov-10 3:43 
AnswerRe: ArrayList Class Pin
TorstenH.3-Nov-10 21:57
TorstenH.3-Nov-10 21:57 
AnswerRe: ArrayList Class Pin
jschell4-Nov-10 8:40
jschell4-Nov-10 8:40 
QuestionHibernate from Eclipse to NetBeans Pin
CostasAn2-Nov-10 23:37
CostasAn2-Nov-10 23:37 
AnswerRe: Hibernate from Eclipse to NetBeans Pin
Nagy Vilmos2-Nov-10 23:48
professionalNagy Vilmos2-Nov-10 23:48 
GeneralRe: Hibernate from Eclipse to NetBeans Pin
CostasAn3-Nov-10 8:26
CostasAn3-Nov-10 8:26 
QuestionAbout repaint() method in java applet Pin
WindowsVsLinux1-Nov-10 9:35
WindowsVsLinux1-Nov-10 9:35 
AnswerRe: About repaint() method in java applet Pin
Richard MacCutchan1-Nov-10 11:42
mveRichard MacCutchan1-Nov-10 11:42 
This is a classic issue in UI programs where the window will get repainted at regular or random intervals. Your code takes the current values of the mouse point and draws a single circle at that point, so every repaint will draw only one circle. You need to create some sort of list of saved mouse points and then in your paint function you should repaint each circle.
Just say 'NO' to evaluated arguments for diadic functions! Ash

AnswerRe: About repaint() method in java applet Pin
tux_linux22-Nov-10 4:06
tux_linux22-Nov-10 4:06 
GeneralRe: About repaint() method in java applet Pin
Nagy Vilmos2-Nov-10 4:20
professionalNagy Vilmos2-Nov-10 4:20 
Questionread image pixels Pin
danar_kalari31-Oct-10 4:32
danar_kalari31-Oct-10 4:32 
AnswerRe: read image pixels Pin
Richard MacCutchan31-Oct-10 7:20
mveRichard MacCutchan31-Oct-10 7:20 
QuestionHow to interact with MS Outlook Exchange in Java? Pin
pcphuc27-Oct-10 16:31
pcphuc27-Oct-10 16:31 
AnswerRe: How to interact with MS Outlook Exchange in Java? Pin
Richard MacCutchan27-Oct-10 23:02
mveRichard MacCutchan27-Oct-10 23:02 
GeneralRe: How to interact with MS Outlook Exchange in Java? Pin
pcphuc27-Oct-10 23:15
pcphuc27-Oct-10 23:15 
GeneralRe: How to interact with MS Outlook Exchange in Java? Pin
Richard MacCutchan28-Oct-10 0:01
mveRichard MacCutchan28-Oct-10 0:01 
GeneralRe: How to interact with MS Outlook Exchange in Java? Pin
pcphuc28-Oct-10 0:09
pcphuc28-Oct-10 0:09 
GeneralRe: How to interact with MS Outlook Exchange in Java? Pin
Richard MacCutchan28-Oct-10 1:26
mveRichard MacCutchan28-Oct-10 1:26 
GeneralRe: How to interact with MS Outlook Exchange in Java? Pin
pcphuc28-Oct-10 16:32
pcphuc28-Oct-10 16:32 
QuestionUse of Assert Pin
vidhyaej27-Oct-10 2:03
vidhyaej27-Oct-10 2:03 
AnswerRe: Use of Assert Pin
Nagy Vilmos27-Oct-10 2:37
professionalNagy Vilmos27-Oct-10 2:37 
GeneralRe: Use of Assert Pin
vidhyaej27-Oct-10 19:53
vidhyaej27-Oct-10 19:53 
GeneralRe: Use of Assert Pin
Gerben Jongerius27-Oct-10 20:34
Gerben Jongerius27-Oct-10 20:34 
GeneralRe: Use of Assert Pin
Peter_in_278027-Oct-10 21:07
professionalPeter_in_278027-Oct-10 21:07 
AnswerRe: Use of Assert Pin
naief1-Dec-10 8:18
naief1-Dec-10 8:18 

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.