Originariamente inviato da floyd
codice:
private JTextArea jta = new JTextArea();
public jTextScroll(int x, int y, int w, int h) {
  super(jta);
  ...
}
nn va
codice:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
	The field jTextScroll.jta is not visible