Exemplo n.º 1
0
 @Override
 public void valueChanged(ListSelectionEvent e) {
   if (e.getValueIsAdjusting()) {
     return;
   }
   selectedRow = selectionModel.getMinSelectionIndex();
   configureButton();
   showCompanion(false);
 }