Tuesday, March 14, 2006
How Mac Os X Made Me Discover a Bug in my Java Prog
Yesterday I had some free time to finally find out why MacOs X would not display my little applet properly. I checked various JDKs for MacOs, no difference. I checked if it was due to antialiasing use, no luck. I actually found out there was an error in the way I displayed images. I did not call repaint() between each image change. Strangely, it worked fine on Windows with many JDKs. Anyway now my Benham Disc Applet is working on Apple computers as well.
Labels:
java
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment