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.
アプリケーションにアプレットを使用しています。条件が満たされるたびに、ペイントメソッドを再度呼び出す必要があります。これは再描画メソッドで可能ですか?? または従うべき他の方法..?? 私はこのようなものを試しました、
if(j==0){ ready_status=true; repaint(); // i want paint has to call again here }
これを試して
paint(getGraphics());