Flickering in awt GUI in jdk1.3.1 on WinNT platform

In my AWT - GUI screen I face flickering problems when I ported my application from jdk1.1.8 to jdk1.3.1.Can any one suggest some steps by which this problem of screen flickkering can be overcome.I am working in winNT platform.
[248 byte] By [shashidharreddychada] at [2007-9-26 2:28:51]
# 1
Have you tried using double-buffering?Michael Bishop
mbishop78 at 2007-6-29 9:45:11 > top of Java-index,Desktop,Core GUI APIs...
# 2

Thank you dear bishop for trying to help me out.

coming to our discusion,Double buffering can be used when we have flickering problem with image loading.But in my case, i am trying to minimise or maximise a window or repaint a whole window on click of a button in the same window.The window has some images ....some field controls....and some buttons.

hope you are getting my problem definition.

shasidharreddy at 2007-6-29 9:45:11 > top of Java-index,Desktop,Core GUI APIs...