Results 38 comments of Robert Colton

@jasons2000 Actually, I have a much better solution for you. Use getStage() on DockNode and add a listener to the focused property. This will allow you to determine when each...

Right, I understand. I bet the scene graph does do some occlusion culling behind the scenes (pun intended?), obviously Windows Explorer does at the OS level. I do see why...

I have a bit of an update on all of this. My feature request for toFront()/toBack() to work on tabs was denied by OpenJDK; https://bugs.openjdk.java.net/browse/JDK-8153373 I also filed a ticket...

@dyrlund This is a legitimate bug, thank you for reporting this. It was working in the original release, I know what is causing it and will be able to fix...

There's no specific reason the library is not yet available through Maven central repository. I have researched how this process goes and while a little complicated, I think it is...

The reason why I did not initially add focus indication is because I was following the Qt Framework docking examples which do not indicate when the title bars have focus....

Yes I kind of like having the indication myself too, it feels awkward without it and originally I did want to add it. This will take me some time to...

That depends, and one of the reasons why this feature is not out of the box in DockFX is because I was impartial. I think if you look at Visual...

How does OpenJFX behave outside of DockFX on its own? I have experienced issues like this for many years with a Java Swing application when it was used under OpenJDK,...

This is partly a regression caused by 8d4413408217b21223e8ca9a90da9439ece60619 The custom dock events are fired here: https://github.com/RobertBColton/DockFX/blob/f369da84946be36b30dcc5db1551c86412e3e5a1/src/main/java/org/dockfx/DockTitleBar.java#L224 This is a bit of a tricky problem that I still haven't managed to...