public void actionPerformed(ActionEvent event)//parasoft-suppress UC.UP comment here
{
dMsg.debug("command:" + event.getActionCommand());
String command = event.getActionCommand();
JFrame frame = DataApplication.getOwnerFrame();
// View Menu
if(command.equals("VIEW_MMLOUT_MENU"))