|
I try very hard to separate my Swing code into Model, View, Control, where View is all of the Swing widgets, Control are the Swing Actions, and Model are custom classes that mirror the View, but using Document instead of TextField, for example. This doesn't seem to support that. |