}
private void initBinding() {
JListBinding option_biding = SwingBindings.createJListBinding(AutoBinding.UpdateStrategy.READ, this.options, l_option);
option_biding.bind();
}
/**
* This method is called from within the constructor to initialize the
* form. WARNING: Do NOT modify this code. The content of this method is