public void actionPerformed(ActionEvent e) {
MainFrame.getInstance().showSettingsDialog(SettingsItem.REMINDER);
}
});
builder.addFixed(config);
builder.addRelatedGap();
mSend = new JButton(TVBrowserIcons.copy(TVBrowserIcons.SIZE_SMALL));
mSend.setToolTipText(mLocalizer.msg("send", "Send to other Plugins"));
mSend.setEnabled(mTable.getRowCount() > 0);