Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 3f73142e7045f5f0818c99ac8ffe142fcfd3e22e (plain) (blame)
1
2
3
4
5
cancel.addActionListener(new ActionListener() {
	public void actionPerformed(ActionEvent e) {
		CancelPressed();
	}
});

Back to the top