JavaFX entirely customized windows?

前端 未结 2 1128
青春惊慌失措
青春惊慌失措 2020-11-27 04:14

I would like to have an application where I\'ve entirely customized the window\'s appearance. So far I\'ve learned that I can remove the typical window stuff with:



        
2条回答
  •  隐瞒了意图╮
    2020-11-27 05:03

    You can use this library. It is a fully customizable JavaFx Stage (CustomStage). You can see in-detail description of how to use it in this CustomStage Wiki

    It has,

    • Window resizing
    • Default action buttons and their behaviour (close, maximize/restore, minimize)
    • Window dragging
    • Window is automatically scaled as for screen resolution
    • Very responsive
    • Stylable (via css and methods)
    • Can achieve transparency
    • Has in-built navigation panes and drawers
    • etc.

提交回复
热议问题