简体   繁体   中英

Cover the OS task bar using JavaFX

I have google-jitsued the living daylights out of this one and I can't find an answer.

How can I use JavaFX to cover the task bar in the OS? (All OS but the requirement is a Windows system).

I am currently looking at a Delphi system that is able to do this and I mean, really, Delphi is simple as anything. If it can do it, Java has to be able to have the potential to do this.

I am writing the system using JavaFX so please don't give me swing solutions :) The client has requested FX especially.

Thanks in advance

将您的主舞台置于全屏模式

stage.setFullScreen(true)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM