顯示多個圖像我已搜查多處添加和顯示圖像上動態的JPanel,但不能得到適當的幫助。 基本上我有JPanel,我必須垂直顯示許多圖像,但它應該是動態的。的Java Swing - 動態上的JPanel
for(int i=0;i<macthedImages.length;i++) {
JLabel jLabel = new JLabel(new ImageIcon(macthedImages[i]));
searchResultPanel.add(jLabel);
}
macthedImages是bufferedImages 數組searchResultPanel是JPanel的
好了,什麼問題呢? – SuperTron 2011-12-14 07:24:08
執行後無法看到圖像 – 2011-12-14 07:31:27