hi, i want to detect mouse events on 4 jtextareas.
this is what i have.

Color orange=new Color(228,158,96);
add(Texta);
Texta.setFont(font);
Texta.setForeground(orange);...