super(false, true);
if(drawing==null)
throw new IllegalArgumentException();
editorPane = new MEditorPane(true, false);
editorPane.setEditable(false);
editorPane.setDragEnabled(true);
setLayout(new BorderLayout());
add(editorPane.getScrollpane(), BorderLayout.CENTER);