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.
アプレットをブラウザで開きたくない。全てはグラフィックのせいだと思います。
私は次のようにロードします:
icon = new ImageIcon(getClass().getResource("logo.png"));
次のように使用します。
logo = new JLabel(icon);
グラフィックがなければ、すべて問題ありません。