JButton b = new JButton();
 b.setIcon(new ImageIcon(".\\data\\Woaf11.jpg"));
  b.setIcon(new ImageIcon(".\\data\\gif-0687.gif"));
这样写,按钮只显示了gif-0687.gif图标,上面那个Woaf11.jpg没显示出来,这是怎么回事?
1)我要实现gif-0687.gif在Woaf11.jpg的下面,这个功能怎么实现?
2)我要实现把gif-0687.gif放在Woaf11.jpg的里面,这个功能又该如何实现呢?