Re: Java FX dark theme

2021-07-24 Thread Tom Schindl
Hi, As the picture did not made it through i can only guess that we talk about the window trim who is controlled by the OS and so JavaFX has no control how it is drawn. So the „solution“ is to use a StageStyle.UNDECORATED and draw a trim with min/max/close yourself, implement window

Re: RFR: 8253351: MediaPlayer does not display an mp4 if there no speakers connected to the PC's

2021-07-24 Thread Kevin Rushforth
On Sat, 24 Jul 2021 02:59:52 GMT, Alexander Matveev wrote: > Fixed by not failing initialization if DSERR_NODRIVER is returned, which will > be return if device is not present at all. Fixed format initialization even > if DirectSound device was not created in case if audio device will arrive

Re: RFR: 8253351: MediaPlayer does not display an mp4 if there no speakers connected to the PC's

2021-07-24 Thread Johan Vos
On Sat, 24 Jul 2021 02:59:52 GMT, Alexander Matveev wrote: > Fixed by not failing initialization if DSERR_NODRIVER is returned, which will > be return if device is not present at all. Fixed format initialization even > if DirectSound device was not created in case if audio device will arrive

JavaFX tray icon.

2021-07-24 Thread Davide Perini
Hi guys, will we ever see a tray icon support in JavaFX? I'm trying to style my tray icon PopupMenu with AWT but sincerely I'm not able to do it. Hope that JavaFX will support tray icon soon. Is there some hope to see tray icon in Java FX? Thanks Davide

Java FX dark theme

2021-07-24 Thread Davide Perini
Hi all, I am using some CSS rules to create a "dark theme". Is it possible to change the color of the window? As you can see in this picture I have a dark theme but the window border is white. can I change that color? Thank you. Davide

Content binding API

2021-07-24 Thread Michael Strauß
There has been some discussion in this PR https://github.com/openjdk/jfx/pull/533 on the semantics of unidirectional and bidirectional bindings. I think we've come to the understanding that unidirectional and bidirectional bindings cannot be meaningfully used at the same time, and such usage

Integrated: Merge jfx17

2021-07-24 Thread Kevin Rushforth
On Sat, 24 Jul 2021 13:10:30 GMT, Kevin Rushforth wrote: > Merge `jfx17` branch into `master`. This pull request has now been integrated. Changeset: 071828a2 Author:Kevin Rushforth URL: https://git.openjdk.java.net/jfx/commit/071828a200faa9fc1bf22ff6098e5892e6426aa7 Stats: 165

Integrated: Merge jfx17

2021-07-24 Thread Kevin Rushforth
Merge `jfx17` branch into `master`. - Commit messages: - Merge jfx17 - 8270839: Remove deprecated implementation methods from Scene - 8269374: Menu inoperable after setting stage to second monitor - Merge - 8270838: Remove deprecated protected access members from

Re: [jfx17] RFR: 8268642: Expand the javafx.beans.property.Property documentation [v2]

2021-07-24 Thread Kevin Rushforth
On Sat, 24 Jul 2021 12:56:32 GMT, Michael Strauß wrote: > I think it might be better to expand the scope of the issue to not only > include the documentation changes, but also the implementation changes as > discussed in this PR. In this case, I will mark this as a Draft PR and target > it to

Re: [jfx17] RFR: 8268642: Expand the javafx.beans.property.Property documentation [v2]

2021-07-24 Thread Michael Strauß
On Thu, 24 Jun 2021 01:53:53 GMT, Michael Strauß wrote: >> * Expand the `Property.bind` and `Property.bindBidirectional` documentation >> * Change the name of the formal parameter of `Property.bind` to "source" >> (currently, it is inconsistently named "observable", "rawObservable" or >>

[jfx17] RFR: 8271230: Remove obsolete test classes and data files from 3DViewer sample

2021-07-24 Thread Kevin Rushforth
Remove the obsolete `apps/samples/3DViewer/src/test` directory from the 3DViewer sample, including two test classes that don't run and a set of data files that won't load. This is a follow-on cleanup bug to [JDK-8269259](https://bugs.openjdk.java.net/browse/JDK-8269259). NOTE: this is targeted