Skip to content

Releases: Oshan96/CustomStage

v1.3.1

02 May 12:30
Compare
Choose a tag to compare

Minor bug fixes

v1.3.0

22 Apr 13:33
Compare
Choose a tag to compare

New Features :

  • SceneManager added
  • FileLoader

v1.2.2

13 Apr 14:31
Compare
Choose a tag to compare

New Features

  • Position where the Title and close,minimize,maximize buttons should be placed on the title-bar (using "setWindowTitle" method of "CustomStageBuilder" object).
  • Now you can give different colors for close,minimize,maximize buttons' hover state

See the example

v1.2.1

13 Apr 10:22
Compare
Choose a tag to compare

#Bug Fixes and Maven Support

v1.2.0

05 Apr 06:42
Compare
Choose a tag to compare

New Features :

v1.1.0

30 Mar 08:21
Compare
Choose a tag to compare

New Features

  • Now you locate navigation pane in Top/Left/Right/Bottom of the window
  • Can use multiple navigation panes
  • Remove navigation panes at runtime

Deprecated Methods

  • removeNavigationPnae() method is deprecated. Use removeNavigationPane(NavigationType type) method instead.

CustomStage - v1.1.0 (Documentation)

v1.0.0

20 Mar 12:58
Compare
Choose a tag to compare

CustomStage - Documentation

Features

  • Fully customizable
  • Can be customized at runtime as well
  • Can change the views of the window
  • Can use user-given stylesheets to style the window
  • Produce transparent stages
  • Include working action buttons (close,minimize,maximize/restore)