Re: Some visual issues with a test application

2018-10-15 Thread Mark Raynsford
Hello! On 2018-10-14T23:36:37 -0500 Ty Young wrote: > > but I digress, JDK 11 switched to GTK3 by default which has caused some > bugs. Try setting: > > > -Djdk.gtk.version=2 This fixes the menu issue (thanks!) but it doesn't fix the issue with the icons in the table. Is there an open bug for

Re: Some visual issues with a test application

2018-10-14 Thread Ty Young
On 10/14/18 3:22 PM, Mark Raynsford wrote: Hello! I've been developing with Swing for many years, and I'm just now giving JavaFX a serious look now that the distribution issues are fixed (packages on Maven Central and the like). I've run into a couple of odd issues and I'm not sure that either

Re: Some visual issues with a test application

2018-10-14 Thread Mark Raynsford
On 2018-10-14T21:22:23 +0100 Mark Raynsford wrote: > Hello! > > I've been developing with Swing for many years, and I'm just now giving > JavaFX a serious look now that the distribution issues are fixed > (packages on Maven Central and the like). Forgot to mention: $ uname -a Linux almond.int.

Some visual issues with a test application

2018-10-14 Thread Mark Raynsford
Hello! I've been developing with Swing for many years, and I'm just now giving JavaFX a serious look now that the distribution issues are fixed (packages on Maven Central and the like). I've run into a couple of odd issues and I'm not sure that either of them are my fault. I've been putting toge