arrowEast.setFlipped(true);
east.setEnd(arrowEast);
iconFigure.addTerminal(east, SwingConstants.EAST, 50);
// Make sure it's clean now
layer.repaint();
}
/** Create an icon. The icon's graphic is created
* by directly calling the PaintedShape API.
*/