scud All American 10804 Posts user info edit post |
Okay Application A operates with Application B by using a 3rd Party API
Application 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 API
Any suggestions? 9/7/2005 10:31:48 PM |
esgargs Suspended 97470 Posts user info edit post |
JavaBeans 9/7/2005 10:36:18 PM |
smoothcrim Universal Magnetic! 18966 Posts user info edit post |
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 calls
just thinkin outloud 9/7/2005 11:09:39 PM |
scud All American 10804 Posts user info edit post |
HEY THANKS FOR TAKING A SERIOUS ATTEMPT AT A SERIOUS QUESTION
Frames.getFrames() may get me what I need. 9/7/2005 11:10:34 PM |
qntmfred retired 40726 Posts user info edit post |
it's awfully loud in here 9/7/2005 11:12:55 PM |