J#-point
Point point = lblBack.getLocation();//背景的位置
int x = point.x;
int y = point.y;
if(e.getKeyCode() == KeyEvent.VK_UP)
{
y+=5;
}
JLabel lblBack = new JLabel(new ImageIcon(""));
import java.awt.event.*;
ActionListener
KeyListener
MouseListener
MouseMotionLister
ListSelectListener