((KeyboardFocusable)comp).selectAll(e == null);
else if (comp instanceof ChangeAwareTextField){
ChangeAwareTextField text=((ChangeAwareTextField)comp);
if (e==null){
text.selectAll();
}
else if (e instanceof MouseEvent){
if (nameCell){
MouseEvent me=(MouseEvent)e;
Rectangle bounds=text.getBounds(null);