westSouthButtonPanel.setLayout(new GridLayout(2, 2));
westSouthButtonPanel.add(new JPanel());
westSouthButtonPanel.add(new JPanel());
JButton butPrevious = new HelpedButton(Translator.getTranslation("Previous"),
"previous", "import", view);
butPrevious.addActionListener(
new java.awt.event.ActionListener() {
//{{{ +actionPerformed(java.awt.event.ActionEvent) : void
public void actionPerformed(java.awt.event.ActionEvent evt) {
lastUsedCsvFileRow--;
if (lastUsedCsvFileRow <= 0) {