AWT Event Simulation
Is there a way to simulate the event that occurs when a person clicks on a minimized window/frame in the toolbar? My problem is there doesn't appear to be a way to unminimize a Frame automatically if the user has it minimized. I thought maybe I could simulate that event to do the trick. If not, any ideas? It isn't a JFrame just a plain old Frame. Thanks in advance.
David
[395 byte] By [
dybarra] at [2007-9-26 5:00:58]

hi dybarra
I am engaged in a GUITesting tool project, wherein I need to record events to a file and replay them in the same fashion as they are recorded. I am facing the same problem as yours. I am unable to replay window minimized/maximized/closed events. I am using java.awt.Robot in jdk1.3 to replay events. Could you please help me out as to how to go about recording window events and replay them in the same fashion as they are done while recording.
a sample piece of code would be of great help
Thanks
Radhika