- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
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 …
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 …
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]
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 …
The End.
shaun.husain