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