maze
Class SizeDialog

public class SizeDialog
extends JDialog

Title: SizeDialog

Description: A dialog to enter the new maze dimensions

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
Zoran Budimlic
Method Detail

CancelButton_actionPerformed

void CancelButton_actionPerformed(ActionEvent e)
What to do when the user clicks the "Cancel" button
Parameters:
e - The event dispatched

OKButton_actionPerformed

void OKButton_actionPerformed(ActionEvent e)
What to do when the user clicks the "OK" button
Parameters:
e - The event dispathed