RE: CFV: New OpenJFX Committer: Nir Lisker

2019-06-30 Thread Rajath Kamath
Vote: YES Best Regards, Rajath -Original Message- From: Kevin Rushforth Sent: Wednesday, June 26, 2019 3:14 AM To: openjfx-dev@openjdk.java.net; Nir Lisker Subject: CFV: New OpenJFX Committer: Nir Lisker I hereby nominate Nir Lisker [1] to OpenJFX Committer. Nir is an OpenJFX

Review Request: JDK-8226912: Color, Point2D and Point3D's fields should be made final

2019-06-30 Thread Nir Lisker
Hi Kevin, Please review the simple fix for: https://bugs.openjdk.java.net/browse/JDK-8226912 http://cr.openjdk.java.net/~nlisker/8226912/webrev.00/ I planned this for 14, but it can go into 13 too. - Nir

O(1) access to rows in TableView by Key lookup?

2019-06-30 Thread Andrew Munn
I have a question similar to this one: https://stackoverflow.com/questions/16941980/populate-tableview-with-observablemap-javafx I have a TableView in which rows can be added/updated/deleted. I want to be able to delete rows in a TableView without having to iteratively search the collection of