Generic Data-types for User-interfaces

I’m playing around making an application for model-based testing.  It’s a standard GUI application, so of course, I am relying on the model-view-controller design pattern for the overall structure.  I am, however, too lazy to set up a big-ol’ object model, so the basic structure of my model is just this: [java] public class Project extends […]

Read More… from Generic Data-types for User-interfaces