关于接口的一个问题 和 gui的问题
请求大神求教; 1.一个代码
{
ActionListener a = new InserAction();
InserAction a = new InserAction();
上面这两种生命方法有什么区别????
}
private class InserAction implements ActionListener
{ ......... }
2.关于GUI的问题 JComponent JPanel 这两个有什么区别 ; 为什么有的时候 将JComponent添加到 JFrame , 有的时候将JPanel添加到 JFrame里