On Fri, 27 Aug 2021 22:06:31 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
> - Added FXMediaPlayer test application. > - This app uses all media APIs and very handy in verifying media builds > during development. > - It can be compiled and run by running "ant" and "ant run" in > tests/manual/media/FXMediaPlayer. > On Aug 28, 2021, at 11:51 AM, Kevin Rushforth ***@***.***> wrote: > > > I agree with getting it in now (after testing) and then improving it after it > is in the repo. > > Btw, the nbproject/ files were derived from those in the apps/toys/ > directory, for example, apps/toys/Hello/nbproject/ > <https://github.com/openjdk/jfx/tree/68db44a2c80f420c967c64bb85988178a3cf6d9c/apps/toys/Hello/nbproject>, > and similarly are used to build using ant. So they aren't really IDE files > any longer, even though that's where they originated back in the FX 2 time > frame. > > A good cleanup effort would be to rewrite them to remove the NetBeans project > structure, but that would be a larger effort than just this one manual test > program. > Would be nice to have part of the cleanup convert projects to Gradle to be consistent with the rest of the project. Scott ------------- PR: https://git.openjdk.java.net/jfx/pull/613