b1.addActionListener(this);
b2.addActionListener(this);

these 2 addActionListeners(this) or the reserved word 'this' refer to your class's instance(a temp instance), not to an instance of an...