Swing and anonymous inner classes
Steven F. Toth <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
A question to this forum, since you are mostly writing Swing Gui code. Do you create many anonymous inner classes to handle events and invokeLater calls? And if so, do you think that having an easier way to access methods via reflection would be a bonus? So that instead of having to create a new anonymous inner class for every little event handler, you just have it redirect to a class method for example. This is a link to a thread where I'm talking about on the Sun Java Forums, your input is appreciated... http://forum.java.sun.com/thread.jsp? forum=4&thread=464089&tstart=0&trange=15