Okay Application A operates with Application B by using a 3rd Party APIApplication B will on occasion raise a JDialog asking for user input.As the developer of Application A, I want to be able to know when this dialog is created and set visible and ideally a reference to it. Ultimately I would like to set someof my own listeners on it. This must be done using the available 1.4.2 J2SE/Swing APIAny suggestions?
9/7/2005 10:31:48 PM
JavaBeans
9/7/2005 10:36:18 PM
I'm not that familiar with java but is there an output buffer you can parse? ie: a stream that would contain swing/gui function callsjust thinkin outloud
9/7/2005 11:09:39 PM
HEY THANKS FOR TAKING A SERIOUS ATTEMPT AT A SERIOUS QUESTIONFrames.getFrames() may get me what I need.
9/7/2005 11:10:34 PM
it's awfully loud in here
9/7/2005 11:12:55 PM