Before this just add a ScrollPane to ContentPane in Design and add EditopPane to ScrollPane as child
JScrollPane sp = (JScrollPane)contentPane.getComponent(23);//this is in my hierarchy 23
JViewport vp = sp.getViewport();
JEditorPane ep = (JEditorPane)vp.getView();