public class HW1Controller
extends java.lang.Object
| Constructor | Description |
|---|---|
HW1Controller(HW1Model m,
HW1View v,
double red,
double green,
double blue) |
Creates an instance of
HW1Controller class. |
public HW1Controller(HW1Model m, HW1View v, double red, double green, double blue)
HW1Controller class.
Sets up all the listeners between the HW1View and the modelm - The model object.v - The view object.red - The initial red colorgreen - The initial green colorblue - The initial blue color