// Gutter
gutter = new ATEGutter(this);
// Key bindings
keyBindings = new ATEKeyBindings(getTextPane());
// Scroll pane
JScrollPane textScrollPane = new JScrollPane(textPane);
textScrollPane.setWheelScrollingEnabled(true);
textScrollPane.setRowHeaderView(gutter);