Exemplo n.º 1
0
 @BaseDialog.Button(name = "_Cancel", position = 1, defaultButton = false)
 public void buttonMethod_b0() {
   myContentPane.onCancel();
 }
Exemplo n.º 2
0
 @BaseDialog.Button(name = "_OK", position = 0, defaultButton = true)
 public void buttonMethod_a0() {
   myContentPane.onOk();
 }