Exemple #1
0
 /** Displays the selected alert. */
 private void showSelected() {
   Alert alert = table.getSelected();
   show(alert);
 }