Articles (Desktop)

Total: 5 articles (desktop)
 High-Quality Image Resize with Java
24-Feb-2008 18:36 GMT
Learn a trick to shrink images using the Java2D API, which creates high-quality image icons for your applications.
32 Comments :: Read More »
 Using JGoodies With Other Frameworks
15-Nov-2007 18:56 GMT
Learn how to combine JGoodies with other backend frameworks in your desktop application. The main problem is the need to create objects that extend the Model class while other frameworks might consider this a problem, either because they require POJOs or provide other specific rules.
0 Comments :: Read More »
 Advantages of the Presentation Model Pattern
01-Nov-2007 13:50 GMT
This article explains the advantages of the Presentation Model pattern over the Model-View-Controller and Model-View-Presenter. This will improve your decisions about GUI implementations for desktop.
2 Comments :: Read More »
 JGoodies Binding API: The Basics
04-Oct-2007 12:30 GMT
Learn the basics of the JGoodies Binding API, which allows you to separate the application logic from UI components. This can lead to better code and strategic separation of concerns. This is the first relevant step towards the Presentation Model pattern.
3 Comments :: Read More »
 What is the Presentation Model pattern?
03-Oct-2007 14:30 GMT
In this article I explain the Presentation Model pattern, its structure and layers.
1 Comment :: Read More »