how do i add a scrollbar to my JEditorPane
this is the format i have everything in.
private JEditorPane tos;
tos = new JEditorPane();
tos.setEditable(false);
tos.setForeground(new Color(250, 250, 250));
tos.setBackground(new Color(84, 84, 84));
tos.setText("fuuuuuuuuuuuuuuuuuuuuuuuuu bbbarrrrrrrrrrrrrrrrrrrrrrrrr");
addComponent(contentPane, tos, 500,180,210,170);