import org.openscience.jchempaint.matchers.ComboBoxTextComponentMatcher;
public class BugSF75Test extends AbstractAppletTest {
@Test public void testBug75() throws CDKException, ClassNotFoundException, IOException, CloneNotSupportedException{
JPanelFixture jcppanel=applet.panel("appletframe");
JChemPaintPanel panel = (JChemPaintPanel)jcppanel.target;
applet.button("hexagon").click();
applet.click();
applet.panel("renderpanel").robot.click(applet.panel("renderpanel").component(), new Point(100,100), MouseButton.LEFT_BUTTON,1);
applet.button("eraser").click();