SwingUtilities.convertPointToScreen(point, this);
SwingUtilities.convertPointFromScreen(point, glassPane);
glassPane.setPoint(point);
glassPane.setImage(uniqueName,getItemHeight(),getItemWidth());
glassPane.showString(true);
glassPane.repaint();
//End
}
/*