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.
form1、form2、および form3 の 3 つのフォームがあります。Form1 が開いているときに、Form1 以外のすべてのフォームを閉じる ( setVisible (false)) 必要があります。そのため、Form1 がアクティブな場合は、Form1 のみを開きます
setVisible (false)
どうすればできますか?
たぶん、form1かどうかを確認isVisible(form1)し、そうであればsetVisible(false). これは、あなたの望むことですか?
isVisible(form1)
setVisible(false)
そして、もう一つのことが頭に浮かびます。何をしたいかによって異なりますが、dispose()代わりにsetVisible().
dispose()
setVisible()
私が助けてくれることを願っています。