很简单,用一个lable标签就可以了 JLabel imag=new JLabel(new ImageIcon("images/1.gif")); imag.setBounds(0, 0, 125, 125); jpl_3.add(imag);
图片路径直接引用GIF的位置就行的