The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

No action event for checkbox

Posted by Sankar Mukherjee on June 11, 2001 at 3:27 PM

> Yes, You can add action listener to CheckBox.()
checkbox_Sources [i] = new JCheckBox (source_list[i]);
checkbox_Sources [i].setBorderPainted(true);

checkbox_Sources[i].addActionListener(new ActionListener()
{ {
public void actionPerformed (ActionEvent e)

Sources_box_checked (e);
}
});
> Thanks
> Sankar






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us