Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 445 Bytes

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.