}
System.out.println();
// Allocate one that PollEvent fills in so we aren't spamming the
// memory manager with throwaway objects for each event.
event = new ManyMouseEvent(); //TODO mal austesten immer neuen zu machen
deviceToMouseInfo = new WeakHashMap<Integer, MouseInfo>();
applet.registerPost(this);