Re: SwingNode doesn't respond to Swing component resize?

2016-04-28 Thread Kevin Rushforth
to the fix! Thanks, BB -Original Message- From: Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] Sent: Thursday, April 28, 2016 1:13 PM To: Brian Bolstad Cc: Stijn Debruyckere; openjfx-dev@openjdk.java.net Subject: Re: SwingNode doesn't respond to Swing component resize? Yes

RE: SwingNode doesn't respond to Swing component resize?

2016-04-28 Thread Brian Bolstad
- From: Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] Sent: Thursday, April 28, 2016 1:13 PM To: Brian Bolstad Cc: Stijn Debruyckere; openjfx-dev@openjdk.java.net Subject: Re: SwingNode doesn't respond to Swing component resize? Yes, this seems like a bug to me, too. Can you please file a bug

Re: SwingNode doesn't respond to Swing component resize?

2016-04-28 Thread Kevin Rushforth
completely missing here, but this feels like a bug with SwingNode. Thanks, BB From: Stijn Debruyckere [mailto:stijn.debruyck...@luciad.com] Sent: Friday, April 22, 2016 9:56 AM To: Brian Bolstad Cc: openjfx-dev@openjdk.java.net Subject: Re: SwingNode doesn't respond to Swing component resize

RE: SwingNode doesn't respond to Swing component resize?

2016-04-28 Thread Brian Bolstad
that I’m completely missing here, but this feels like a bug with SwingNode. Thanks, BB From: Stijn Debruyckere [mailto:stijn.debruyck...@luciad.com] Sent: Friday, April 22, 2016 9:56 AM To: Brian Bolstad Cc: openjfx-dev@openjdk.java.net Subject: Re: SwingNode doesn't respond to Swing component resize

Re: SwingNode doesn't respond to Swing component resize?

2016-04-22 Thread Stijn Debruyckere
You should call component.revalidate() after changing it's preferred size I believe (didn't check your program though). If that doesn't help, you could check if you maybe tampered with the Direct3D settings: // Verify that Direct3D is enabled (the default setting), to avoid resize issues. if