BFergerson / Journey

JCEF-powered cross-platform web browser
Apache License 2.0
99 stars 26 forks source link

Does not work when setUndecorated(true) on JFrame #39

Open richwxd opened 4 years ago

richwxd commented 4 years ago

I put frame.setUndecorated(true); which I just do not want any default windows control like "一口X". Then a white screen displayed. :( Do not know why this happend and how to hide those default buttons?

Thanks