Ejemplo n.º 1
0
 private void doSelect(ActionEvent e) {
   button.setColorCell(
       Palette.combine(
           IntStream.range(0, groups.length).map(i -> findSelected(groups[i])).toArray()));
 }