button3.addActionListener(new SearchTextAction(swingUI));
JButton button4 = new JButton("Combine Feeds");
button4.setVerticalTextPosition(AbstractButton.BOTTOM);
button4.setHorizontalTextPosition(AbstractButton.CENTER);
button4.addActionListener(new CombineFeedsAction(swingUI));
JButton button5 = new JButton("Statistics");
button5.setVerticalTextPosition(AbstractButton.BOTTOM);
button5.setHorizontalTextPosition(AbstractButton.CENTER);
button5.addActionListener(new StatisticRSS(swingUI));