Proper Swing/MVC design
- From: Casper <casper@xxxxxx>
- Date: Tue, 30 Aug 2005 19:58:48 +0200
Being my first larger Java UI project, I wish to utilize the MVC pattern and thereby get a centralized business-oriented action semantic. My application has several views (toolbars, menus, statusbar etc.) so the question is, how do I assemble all events under one hood. I was thinking of enheriting from Action and create a custom action for each business related event - but I would love to see an example of how this has been done by others. What is the correct OO way of designing this?
Thanks in advance, Casper .
- Prev by Date: Re: Render Fonts smoothly...
- Next by Date: Using VEP with Eclipse - install problem?
- Previous by thread: Help with mis-clicks on JTextPane
- Next by thread: Using VEP with Eclipse - install problem?
- Index(es):