Tool for hex/dec/bin conversion demonstrates events
Hi,
here is a small tool which demonstrates event handlers in Jabaco.
In contrast to VB6 events, Jabaco/swing events behave a bit differently.
One big difference is that changes in the control do spawn an event regardless if they come from user interaction or from program execution.
Therefore, one has to take care to prevent events triggered from within an event handler. In simple cases this can be achieved by a global
boolean flag which indicates that an event handler is executing. This is demonstrated in the sample.