Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序来设置它的大小以适应屏幕的边界(考虑到屏幕的插图)。但是,如果插图发生变化,例如当我在应用程序已经可见时自动隐藏我的任务栏时,窗口的大小将保持不变。是否可以监听这些插图何时可能发生变化?
好吧,要隐藏任务栏,您的应用程序必须失去焦点,对吗?因此,您可以使用 WindowFocusListener 并在获得焦点时再次获得屏幕插图。