All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----edu.cornell.lassp.mck10.HysteresisApplet.SizeDialog
SizeDialog is used to display a dialog box asking the
user whether they really want to change the simulation to a certain
size. It is used by the CheckLatticeSize class to
verify that the user wants to make a change, when the resulting size
would be very large.
Source Code is available.
public SizeDialog(int dimensions,
int width,
int size)
public boolean askUser()
public boolean action(Event e,
Object obj)
All Packages Class Hierarchy This Package Previous Next Index