}
});
about.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent event) {
AboutDialog about_dialog = new AboutDialog(_this,true);
SwingUtils.setWindowLocationRelativeTo(about_dialog,_this);
about_dialog.setVisible(true);
}
});
file.setText(_._("mainwindow.mainmenu.file"));
fnew.setText("New");