예제 #1
0
 private void initData() throws Exception {
   String rrdRoot =
       XmlCfgUtil.getStringValue(
           CollConstants.COLL_CFG_FILE,
           CollConstants.RRD_ROOT_CFG,
           CollConstants.DEFAULT_RRD_ROOT);
   rrdDirFld.setText(rrdRoot);
 }