/**
* Send the Text.
* @param actionEvent the ActionEvent to handle
*/public void send(ActionEvent actionEvent) {
String text = getmessageTextField().getText();
int i = 42;
try {
// do "something"
} catch (Exception ex) {
}
}
/** * Send the Text. * @param actionEvent the ActionEvent to handle */ public void send(ActionEvent actionEvent) { // remark String abc = "abc"; String text = getmessageTextField().getText(); }





RSS Feed
post to del.icio.us
Stats: 1175 snips by 16 users