KeyEvent.VK_R, dataProvider);
ImageIcon upIcon = new ImageIcon(upImage);
String upDesc = UOGumpViewer.getResourceBundle().getString(
"PaperdollFrame.Label.Up");
upAction = new MoveUpAction("", upIcon, upDesc, KeyEvent.VK_PLUS,
dataProvider);
ImageIcon downIcon = new ImageIcon(downImage);
String downDesc = UOGumpViewer.getResourceBundle().getString(
"PaperdollFrame.Label.Down");