inputMenu.add( pasteAct ) ;
inputMenu.add( copyAct ) ;
inputMenu.addSeparator();
inputMenu.add(new ReplaceAction());
if (myFieldName.getTextComponent() instanceof JTextComponent)
inputMenu.add(new CaseChangeMenu((JTextComponent) myFieldName.getTextComponent()));
}