String formatStr = ClientContext.getString("watingList.state.dateFormat");
SimpleDateFormat sdf = new SimpleDateFormat(formatStr); // 2006-11-20(水)
dateLabel.setText(sdf.format(new Date()) + " ");
// 全体をレイアウトする
MainComponentPanel view = new MainComponentPanel();
MainComponentPanel.CommandPanel comPanel = view.getCommandPanel();
MainComponentPanel.MainPanel mainPanel = view.getMainPanel();
StatusPanel statusPanel = view.getStatusPanel();
comPanel.add(iconLabel);
comPanel.add(instLabel);
comPanel.setMargin(4);