private void remove1ActionPerformed(java.awt.event.ActionEvent evt) {
plain1.clearAll ();
}
plain1 is the JList.
what is the meaning of the clearAll() and different with the clearSelection()?




Posted 16 June 2009 - 05:55 PM
private void remove1ActionPerformed(java.awt.event.ActionEvent evt) {
plain1.clearAll ();
}
