framework.gui
Class Focuser
java.lang.Object
java.awt.event.MouseAdapter
framework.gui.Focuser
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, MouseWheelListener, EventListener
public class Focuser
- extends MouseAdapter
This class focuses a component when the mouse is clicked. This kind of thing should happen automatically, but sometimes it doesn't.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Focuser
public Focuser(Component c)
mouseClicked
public void mouseClicked(MouseEvent e)
- Specified by:
mouseClicked in interface MouseListener- Overrides:
mouseClicked in class MouseAdapter