Can someone remind me how to generate Action events that I want to catch somewhere else?
I.e., the common scenario is that you add action listener to, say, a button, and then handle it with the actionPerformed method. What I need to do is to generate another event when this first event is caught. Button "OK" is clicked ---> do something --> generate another event X --> catch that event in another component Thanks! _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
