synchronization with Monitor

How can I synchronize my java-routines with my monitor?So, that the screen won't flicker.Are there any classes for that?Or do I have to read the I/O ports of the monitor?If so, how do I access ports with java?
[245 byte] By [EricFalbea] at [2007-11-26 16:40:15]
# 1
Hi,Are you using double buffering? You should (google on java and double buffering)Kaj
kajbja at 2007-7-8 23:07:11 > top of Java-index,Java Essentials,New To Java...