private class ClearFields implements ActionListener
{
public void actionPerformed(ActionEvent e)
{
c_result.removeAll(); // c_result is the JTextField
}
}
This post has been edited by pbl: 10 April 2012 - 03:42 PM




Posted 10 April 2012 - 03:25 PM
private class ClearFields implements ActionListener
{
public void actionPerformed(ActionEvent e)
{
c_result.removeAll(); // c_result is the JTextField
}
}
This post has been edited by pbl: 10 April 2012 - 03:42 PM
Posted 10 April 2012 - 03:35 PM
Billzhere, on 10 April 2012 - 03:25 PM, said:
private class ClearFields implements ActionListener
{
public void actionPerformed(ActionEvent e)
{
c_result.removeAll(); // c_result is the JTextField
}
}
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
