Re: Button events in ListCells not working
https://javafx-jira.kenai.com/browse/RT-35864 -- Daniel Opitz On 14 Feb 2014 at 08:09:20, Jonathan Giles (jonathan.gi...@oracle.com) wrote: File a bug in Jira and I can take a closer look in the coming days. Thanks! -- Jonathan Sent from a touch device. Please excuse my brevity. On 14
Button events in ListCells not working
Button b = new Button("button"); b.setOnAction(action -> System.out.println("zam")); b.setOnMouseClicked(action -> System.out.println("bam")); setGraphic(b); } } } } -- Daniel Opitz