62,635
社区成员




JLabel w4 = new JLabel("");
w4.setBounds(0,35,325,220);
w4.setBackground(Color.white);
img2=new ImageIcon("q.gif");
w4.setIcon(img2);
试试看 这个
JLabel w4 = new JLabel("");
w4.setBounds(0,35,325,220);
w4.setBackground(Color.white);
img2=new ImageIcon("q.gif");
w4.setIcon(img2);
试试看 这个