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.
我有一个使用侧边栏的应用程序。一个按钮打开和关闭该侧边栏。我需要知道侧边栏何时打开,以便按钮可以关闭它,反之亦然。那么如何检查侧边栏是打开还是关闭呢?
*注意:侧边栏的代码在 .jar 文件中,所以我不能修改它。我可以修改按钮和应用程序。
Boolean按下按钮时设置一个标志。检查此标志以了解侧边栏的状态。
Boolean
将标志初始化为假。并在按钮上单击更改标志的状态。