1

I'm developing a JavaFX Application, In here, the outer elements of the JavaFX Window Changes across different Operating System's, i.e. The Position of Close, Minimize and Maximize Window is on left on Mac OS X and on the right in the Windows, Also there Shapes are Different as The OS Changes.

Also if the Application is Running Under OS X, it has drop shadow effect along the boundaries, which in case of Windows is Not Present :

Here's how it is displayed in Mac OS X

And Want My JavaFX Application to look exactly the Same, Regardless of Operating System, it is Being Run On. How Can i Achieve this ?

EGHM
  • 2,144
  • 23
  • 37
Joe
  • 91
  • 1
  • 3
  • 8

1 Answers1

1

Use the undecorator project.

undecorator

Decorate undecorated JavaFX stages with custom skin. This helper brings a custom look to your JavaFX stages.

See also:

Community
  • 1
  • 1
jewelsea
  • 150,031
  • 14
  • 366
  • 406