button4.addActionListener(new CombineFeedsAction(swingUI));
JButton button5 = new JButton("Statistics");
button5.setVerticalTextPosition(AbstractButton.BOTTOM);
button5.setHorizontalTextPosition(AbstractButton.CENTER);
button5.addActionListener(new StatisticRSS(swingUI));
JButton button6 = new JButton("Update Sources ...");
button6.setVerticalTextPosition(AbstractButton.BOTTOM);
button6.setHorizontalTextPosition(AbstractButton.CENTER);
button6.addActionListener(new UpdateTestAction(swingUI));