final JPanel operatePanel = new JPanel();operatePanel.setLayout(new GridBagLayout());getContentPane().add(operatePanel, BorderLayout.NORTH);
怎么给这个添加背景图片呢
java awt的添加背景图片的问题,参考:http://bbs.csdn.net/topics/390065693