Rectangle shellBounds= fShell.getBounds();
final int shellX= shellBounds.x;
final int shellY= shellBounds.y;
final int shellWidth= shellBounds.width;
final int shellHeight= shellBounds.height;
Point mouseLoc= resizer.toDisplay(e.x, e.y);
final int mouseX= mouseLoc.x;
final int mouseY= mouseLoc.y;
fResizeListener= new MouseMoveListener() {
public void mouseMove(MouseEvent e2) {
Point mouseLoc2= resizer.toDisplay(e2.x, e2.y);