cursor: bind()

in src/main/groovy/swing/greet/View.groovy [152:153]


            cursor: bind(source: controller, sourceProperty: 'allowLogin',
                converter: {it ? null : Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)})