Monday, 11 September 2017

To register a component with a listener, invoke following general method:-



public void add<Listenertype>(<Listenertype>);
eg:-
b1.addActionListener(ActionListener);
ch.addItemListener(ItemListener);
addMouseListener(new classname());
addMouseListener(this);

No comments:

Post a Comment

Featured post

Development Of JAVA Program