button2.addActionListener(new DisplayHtmlAction(swingUI));
JButton button3 = new JButton("Search Text");
button3.setVerticalTextPosition(AbstractButton.BOTTOM);
button3.setHorizontalTextPosition(AbstractButton.CENTER);
button3.addActionListener(new SearchTextAction(swingUI));
JButton button4 = new JButton("Combine Feeds");
button4.setVerticalTextPosition(AbstractButton.BOTTOM);
button4.setHorizontalTextPosition(AbstractButton.CENTER);
button4.addActionListener(new CombineFeedsAction(swingUI));