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.
クリックするとjbuttonを作成し、jpanelを最小化する方法を知りたいと思っていました。私はほとんど独自のタイトルバーを構築しているので、これは組み込みではなくカスタムにする必要があります。ありがとう。
明確にするために、ウィンドウのタイトルバーの「-」ボタンが行うことを行う必要があります。
フレームを最小化するには:
frame.setState(JFrame.ICONIFIED);
正規化するには
frame.setState(JFrame.NORMAL);