FX-BorderlessScene

💠 Undecorated JavaFX Scene with implemented move, resize, minimise, maximise, close and Windows Aero Snap controls.

Stars
140

Bot releases are hidden (Show)

FX-BorderlessScene - Bug Fixes Latest Release

Published by goxr3plus over 4 years ago

Fixed #22

FX-BorderlessScene - 4.3.1

Published by goxr3plus over 5 years ago

Fixed some warnings .

FX-BorderlessScene - 4.3.0

Published by goxr3plus over 5 years ago

Resolved #20 which involves minimizing Undecorated Stages Problem :)

For Windows only .

FX-BorderlessScene - 4.2.0

Published by goxr3plus over 5 years ago

Bug Fixes

FX-BorderlessScene - 4.1.0

Published by goxr3plus over 5 years ago

Added missing fxml files :)

FX-BorderlessScene - 4.0.0

Published by goxr3plus over 5 years ago

Project can now be imported with Java 11 and above java projects.

Minor bug fixes and style improvements .

Fixed packaging to follow standart maven layout.

So from now you must use :

com.goxr3plus.fxborderlessscene.borderless.BorderlessScene

instead of :

main.java.com.goxr3plus.fxborderlessscene.borderless.BorderlessScene
FX-BorderlessScene - NullPointer Bug on resizing fixed

Published by goxr3plus about 6 years ago

Much love to bwcsemaj for resolving issue #5 .

FX-BorderlessScene - New features , like styling AeroSnap Window , Small bug fixes

Published by goxr3plus over 6 years ago

Please check read me for all the information , i have added examples for everything .

New examples window completely reworked

example new window

FX-BorderlessScene - Fixed Resize bug for Windows and Mac OS .

Published by goxr3plus over 6 years ago

Fixed Resize bug for Windows and Mac OS .

Big love for the guy with pull requested the fix -> https://github.com/Typhon0?tab=repositories

FX-BorderlessScene - Huge bug Fixes + Future Ahead Extra Transparent Window

Published by goxr3plus almost 7 years ago

1)Huge bug fixes when resizing the window .

2)A transparent window appears showing you how the window will resize when moving to the Screen Corners and on Screen Left,Right,Top,Bottom edge .

Enjoy :) It took me 3 hours to figure it out

FX-BorderlessScene - Bug Fix + Ability to clear default css

Published by goxr3plus almost 7 years ago

FX-BorderlessScene - First Release

Published by goxr3plus almost 7 years ago

Use it with Maven , Gradle etc ... with https://jitpack.io/#goxr3plus/FX-BorderlessScene

<repositories>
   <repository>
     <id>jitpack.io</id>
     <url>https://jitpack.io</url>
   </repository>
</repositories>
<dependency>
  <groupId>com.github.goxr3plus</groupId>
  <artifactId>FX-BorderlessScene</artifactId>
  <version>V1.0.0</version>
</dependency>
Badges
Extracted from project README
ko-fi Latest Version GitHub contributors HitCount Total Downloads First