Kah – The Developer

Archive for July 2009

Controlling UI Components using JGoodies Binding

Posted by: kahgoh on: 7 July, 2009

In Binding with JGoodies Binding, the binding library from JGoodies was introduced with a relatively simple example. The binding framework can also be used to automatically enable or disable user interface components depending on some condition.
A model is used to notify when the component should be enabled or disabled. This is a relatively simple model. [...]