私はラベルを持っています。画像をレンダリングしたいのですが。しかし、次のコードは何でもします。
CardLayout cl = (CardLayout) (mainPanel.getLayout());
cl.show(mainPanel, "newPersonaCard");
BufferedImage myPicture = ImageIO.read(new File("C:\\Desktop\\Documents\\Pictures\\always.jpg"));
ImageIcon icon = new ImageIcon(myPicture);
icon.getImage().flush();
私はnetbeanデザイナーを使用しています。