return toolkit.createImage(new MemoryImageSource(rawWidth, rawHeight, oneDPixMod, 0, rawWidth));
パネルまたはラベルを使用してその画像を表示する方法を知っている人はいますか? g.drawImage() のようなクラス Graphic を使用する必要がありますか?
答えてくれてありがとう
return toolkit.createImage(new MemoryImageSource(rawWidth, rawHeight, oneDPixMod, 0, rawWidth));
パネルまたはラベルを使用してその画像を表示する方法を知っている人はいますか? g.drawImage() のようなクラス Graphic を使用する必要がありますか?
答えてくれてありがとう