org.jhotdraw8.draw.SimpleDrawingEditor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jhotdraw8.draw Show documentation
Show all versions of org.jhotdraw8.draw Show documentation
JHotDraw8 Drawing Framework
The newest version!
/*
* @(#)SimpleDrawingEditor.java
* Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
*/
package org.jhotdraw8.draw;
/**
* SimpleDrawingEditor.
*
* @author Werner Randelshofer
*/
public class SimpleDrawingEditor extends AbstractDrawingEditor {
public SimpleDrawingEditor() {
}
}