BenHerbst / nfx-lib

A javafx JNI utility to change the Stage TitleBar color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 70.4%Language:C++ 21.7%Language:C 4.2%Language:CMake 3.7%