I'm not sure if this would be the correct post, but I've started some simple development for my portfolio website. I embedded several different jars (as tests) with an Object tag and they all uploaded correctly. However, only 1 out of the many programs repainted correctly.
The problem:
The program flashes a lot. It will take the current background and display it (usually white/black) on top of the Images/Drawn shapes. However, if the program is receiving constant Mouse input, the program will display everything correctly.
Would this be a double buffering issue? None of my programs have been double buffered, and this is because they never required it. I use a Mac, and a good friend of mine can run my programs and view them perfectly.. But for others, who use Windows (probably a coincidence), have the same issue as I am having with the website.
I can post further information if necessary, and any help/advice would be great. I understand the basic concept of Double Buffering as well, but would like to know a bit more if possible as well. Thanks!