Swing MVC, . Swing , , ( ) . , , , Swing MVC Java-.
Swing VC: . , , , , . . , . , , , .. . , .
ActionListener buttonListener = new ActionListener() {
public void actionPerformed(ActionEvent event) {
}
};
JButton button = new JButton("A Button");
button.addActionListener(buttonListener);
ActionListener - , , , button . Swing MVC, :
( )
view ( )
, :)