私はこのコードを持っています:
public DesktopApplication1View(SingleFrameApplication app)
{
super(app);
pbu.registriere(this);
ImageIcon icon = new ImageIcon("resources/BilKa_Icon_32.png");
this.getFrame().setIconImage(icon.getImage());
initComponents();
アプリウィンドウの左上に画像アイコンが表示されないのはなぜだろうか。代わりに、それはまだJavaカップのコーヒーロゴです。
何か問題でもありますか?
ありがとうございました