Re: future content of OpenJFX

2018-02-07 Thread Wolfgang Zitzelsberger
As a vendor of third party controls it's finally time for a feedback. We create look and feels and controls mainly for Swing/JavaFX desktop business applications. For us the most important things are: * Bugfixing - and we've already reported a lot over the past years * Rock solid base controls

Skin fields visibility changed from protected to no modifier in Java9

2017-08-04 Thread Wolfgang Zitzelsberger
In some Skins (e.g. MenuButtonSkinBar, TabPaneSkin, TextFieldSkin) the visibility of protected fields has been changed so they can't be accessed any longer without reflection. Skin classes are public in Java 9, that's fine - however, limiting visibility makes things even worse. Because of Jigsa

How to access Modena resources?

2017-08-01 Thread Wolfgang Zitzelsberger
For some custom controls we extend the Modena theme by providing an additional CSS file. In this file we have references to some image files of Modena just like below. .details-dialog .message-icon{ -fx-image: url("/com/sun/javafx/scene/control/skin/modena/dialog-information.png"); } Howev

Planning for JavaFX.next

2016-12-09 Thread Wolfgang Zitzelsberger
Hi, new features are pretty welcome. +1 Public APIs for UI control behaviors, very important on the desktop to support keyboard shortcuts properly, maybe some Action/InputMap too +1 Focus traversal API +1 A JavaFX equivalent of the AWT Desktop APIs +1 CSS performance +1 CSS animations +1 Any k