MouseInfo muis = Greenfoot.getMouseInfo();
if( muis.getClickCount() == 5){
JOptionPane.showMessageDialog(null,"fdfd");
}
i want to get this thing to work, i want it to display a message when the object is clicked on 5 times what am i doing wrong guys

