freeseawind.lf.event.LuckFocusHandle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of littleluck Show documentation
Show all versions of littleluck Show documentation
Java Swing cross platform LookAndFeel
The newest version!
package freeseawind.lf.event;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.MouseAdapter;
/**
* 焦点监听器
*
* @author freeseawind@github
* @version 1.0
*/
public class LuckFocusHandle extends MouseAdapter implements FocusListener
{
public void focusGained(FocusEvent e)
{
}
public void focusLost(FocusEvent e)
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy