F

FX-BorderlessScene

Undecorated JavaFX Scene with implemented move, resize, minimise, maximise, close and Windows Aero Snap controls. This versions has been modularised so will only work on Java 9 or higher.
https://github.com/brett-smith/FX-BorderlessScene
The Apache Software License, Version 2.0
Brett Smith
Files download
File Operation
FX-BorderlessScene-5.0.12.jar download
FX-BorderlessScene-5.0.12.pom download
FX-BorderlessScene-5.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.bithatch</groupId>
  <artifactId>FX-BorderlessScene</artifactId>
  <version>5.0.12</version>
</dependency>
Gradle Groovy
implementation 'uk.co.bithatch:FX-BorderlessScene:5.0.12'
Gradle Kotlin
implementation("uk.co.bithatch:FX-BorderlessScene:5.0.12")
Scala SBT
libraryDependencies += "uk.co.bithatch" % "FX-BorderlessScene" % "5.0.12"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.bithatch', module='FX-BorderlessScene', version='5.0.12')
)
Apache Ivy
<dependency org="uk.co.bithatch" name="FX-BorderlessScene" rev="5.0.12" />
Leiningen
[uk.co.bithatch/FX-BorderlessScene "5.0.12"]
Apache Buildr
'uk.co.bithatch:FX-BorderlessScene:jar:5.0.12'