Skip to content
forked from xdsswar/nfx-lib

A javafx JNI utility to change the Stage TitleBar color

Notifications You must be signed in to change notification settings

BenHerbst/nfx-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfx-core for Windows only (Tested on Windows 11)

  • JavaFx/JNI lib to play with the Stage's Title Bar

Example:

//Create a NfxWindow
NfxWindow window = new NfxWindow();
//Set the title bar color
window.setTitleBarColor(Color.RED);
window.setScene(new Scene(new Pane(), 600, 400));
//Show it
window.show();

Check out the Demo


IMPORTANT NOTE

I will not be fixing issues.

About

A javafx JNI utility to change the Stage TitleBar color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.4%
  • C++ 21.7%
  • C 4.2%
  • CMake 3.7%