ICommand
170171172173174175176177178179
_btnViewLogs.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { new ViewLogsCommand(_app).execute(); } }); }