Style.registerCssClasses(jButton2, ".niceButton");
//Style style = new Style(Res.getUrl("css/style.css"));
//Style.apply(jButton2, style);
setCursor(new Cursor(Cursor.WAIT_CURSOR));
core = new RssReaderCore("http://www.goal.com/en/feeds/team-news?id=124&fmt=rss&ICID=CP_124");
//rssHeader = core.getRssHeader();
// if(rssHeader == null){
// JOptionPane.showMessageDialog(this, "Something wrong with the xml feed");
// return;
// }