package com.jpaulmorrison.graphics; import javax.swing.JEditorPane; public class MyRunnable implements Runnable { Process proc; MyRunnable(JEditorPane pane) { } public void run() { // TODO Auto-generated method stub } }