Prova a modificare il main in questo modo:

public static void main(String[] args) {
Editor e = new Editor();
e.setVisible(true);
}