openButton.setText(Configuration.getResources().getString("Open"));
openInBrowser.setText(Configuration.getResources().getString("OPEN_IN_BROWSER"));
openViaBrowserButton.setText(Configuration.getResources().getString("OPEN_VIA_BROWSER"));
closeButton.setText(Configuration.getResources().getString("Close"));
jLabel2.setText(Configuration.getResources().getString("Filter"));
jTable1.setModel(new DocumentsTableModel());
jTable1.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
formatChoosePanel.setVisible(false);
formatChooserLabel.setText(Configuration.getResources().getString("As"));
autoUpdate.setSelected(Configuration.isDefaultAutoUpdate());
this.currentDocumentPath = currentDocumentPath;