lnReply = new LinkButton("reply.button")
{
protected void doAction()
{
ReplyAction action = (ReplyAction)ActionManager.get(ActionsTable.CMD_TWITTER_REPLY);
action.setUserURL(lnReply.getLink());
action.actionPerformed(null);
}
};
lnReply.setForeground(LinkLabel.HIGHLIGHT_COLOR);
spinner = new ProgressSpinner();