codice:
private JTextArea jta = new JTextArea();
public jTextScroll(int x, int y, int w, int h) {
  super(jta);
  ...
}