Error: type expected
when i try to compile i get the following error:
Addition.java:38: Type expected.
plusButton.addContainerListener(this);
^
Addition.java:49: Type expected.
calcButton.addActionListener(this);
^
does anyone know what i should insert to compile properly

