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.
netbeans ではアプリにキャンバスを追加できますが、paint(Graphics) メソッドをオーバーロードする必要があるため、キャンバスに描画することはできないようです。これを行う最善の方法は何ですか?ありがとう!
Canvas / JCanvas を拡張するクラスを作成し、それをナビゲーター ペインから GUI デザイナーにドロップするだけです。