is not current version
Last Version 5.0.4

uk.co.bithatch:FX-BorderlessScene 5.0.0

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.

GroupId

GroupId

uk.co.bithatch
ArtifactId

ArtifactId

FX-BorderlessScene
Version

Version

5.0.0
Type

Type

jar

Download FX-BorderlessScene 5.0.0


<!-- https://jarcasting.com/artifacts/uk.co.bithatch/FX-BorderlessScene/ -->
<dependency>
    <groupId>uk.co.bithatch</groupId>
    <artifactId>FX-BorderlessScene</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.bithatch/FX-BorderlessScene/
implementation 'uk.co.bithatch:FX-BorderlessScene:5.0.0'
// https://jarcasting.com/artifacts/uk.co.bithatch/FX-BorderlessScene/
implementation ("uk.co.bithatch:FX-BorderlessScene:5.0.0")
'uk.co.bithatch:FX-BorderlessScene:jar:5.0.0'
<dependency org="uk.co.bithatch" name="FX-BorderlessScene" rev="5.0.0">
  <artifact name="FX-BorderlessScene" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.bithatch', module='FX-BorderlessScene', version='5.0.0')
)
libraryDependencies += "uk.co.bithatch" % "FX-BorderlessScene" % "5.0.0"
[uk.co.bithatch/FX-BorderlessScene "5.0.0"]