简体   繁体   中英

When app deployed with Java Web start, App is full screen ( not desired )

I recently deployed my app with JWS, the result is that the app occupies far more height than the desktop screen. result of which i cannot see the title & the menu bar and other buttons of the frame. I want to set the screen size to a smaller size , how to do it?

Thanks in Advance

Call Window.setSize(Dimension) or it's overloaded variant. Next time you might try Reading The Fine Manual, which is quicker than the (checks) 50+ minutes you spent waiting for these pearls of wisdom.

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