Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #44.2K
Ranked #4K
~690 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for spi02

Accessing several arrays is not a simple task as far as processor time is concerned, loads will take a long time, generally speaking you want to try and avoid dereferencing within a loop that will execute many many times. I think each load takes 4 or 5 clock cycles although …

Member Avatar for shaun.husain
0
105
Member Avatar for VirusTalker

I don't have a solution for you because I don't know enough about how this SimpleList class is working to understand why you would be returning a new reference that you create by using the nEw Integer and the tail of the list. Is there some reason you need to …

Member Avatar for shaun.husain
0
162
Member Avatar for efus

I think this is all you need to do, although to be honest I'm not the best at recursion myself, but if everything else is right this will fix your error I believe. [icode] Double.parseDouble(data); [/icode]

Member Avatar for efus
0
288
Member Avatar for Dan Bois

I don't think anything in his code does the transparent part he was just trying to explain how to do the redrawing (like frames but using a timer to delay in between frames or in this case calls to repaint). Being a beginner doing the transparency might not be worth …

Member Avatar for shaun.husain
0
135

The End.