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.
ユーザーが空を入力したり、文字のユーザー名とパスワードを入力したりできないJFrameでログインボックスを作成します。
私のログイン フレームとメイン フレーム クラスはどちらも jframe(extends jframe) であり、両方にこの ImagePanel クラスを使用したいと考えています。しかし、私は各クラスのpainComponents()メソッドを変更したいと思っています。
これを行うために ImagePanel クラスの抽象を変更できますか?
ありがとうございました。
repaint()メソッドを呼び出す必要があります。
repaint()
また、新しいコンポーネントを追加する場合は、フレームも検証する必要があります:
validate(); repaint();