Groovy: How to access objects with Id tag?
- by skifan0
Hello,
I have the following Groovy+SwingBuilder code.
In one panel I generate checkboxes and in another panel I want to access the values of the checkboxes. The code looks basically likes this:
def optionsmap = [ foo : "value_foo",
bar : "value_bar"]
SwingBuilder.build()
{
frame(title:'demo1',…