Provided by: SwingBuilderThis is a catch-all node, it allows you to set properties on any object using the builder syntax, for example setting up bindings on a modeltextField columns: 20, id: username
bean(model, value: bind{ username.text })
The previous code is equivalent totextField columns: 20, text: bind('value', target: model)