How to make a JFrame really fullscreen?

后端 未结 5 2083
深忆病人
深忆病人 2020-12-14 17:46

In my Java application I try to make a JFrame really fullscreen by using this code:

public class MainFrame extends JFrame {

    private static final long se         


        
5条回答
  •  隐瞒了意图╮
    2020-12-14 18:21

    I haven't tried it yet, but Java has fullscreen API, which should meet your needs:

    http://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html

提交回复
热议问题