Well?
Had the following 'saved' at the time of writing:
0753821559
Had the following 'saved' at the time of writing:
0753821559
resetMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent event)
{
MainPanel.getInstance().getOutputCallback().println(
"Reset menu item selected");
}
});
Comment