java swt design patterns

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-05-06T21:51:04Z Indexed on 2010/05/06 21:58 UTC
Read the original article Hit count: 170

Filed under:
|
|

What are some good design patterns for creating a form in java?

I have an app that has 6 tabs with a different form in each. How does the typical java programmer go about making these items accessible?

For example as a wpf programmer I might databind all these controls to underlying objects.

What do java programmers like to do?

© Stack Overflow or respective owner

Related posts about java

Related posts about swt