|
@@ -10,7 +10,7 @@ public class Sidepane extends JPanel implements Observer
|
|
|
private JPanel thiccness;
|
|
|
|
|
|
// Bob the Builder this shit
|
|
|
- public Sidepane(Model model)
|
|
|
+ public Sidepane(Model model, Handler handler)
|
|
|
{
|
|
|
// Hook up this observer so that it will be notified when the model
|
|
|
// changes.
|