Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi I am looking for the simplest way to get a button click out of a custom component and into an application. The component is a database type interface with text displays for the records and buttons to navigate, add etc. I wanted to put this interface in a seperate class and then access it in the Application. Probably I should make it a bean but that looks way too complicated for such a simple task. I have looked for documentation on the AWTEventMulticaster but it rates only a brief mention in Flanagan's "Nutshell" book. Anyone know of a similar example I can use? Am I overlooking a simple solution or is there no such thing here? Richard
Replies: |
Sponsored Links
|