コード例 #1
0
 private CodeFrame newCodeFrame(CodeHolder ch, String title) {
   CodeFrame cf = new CodeFrame(ch, "{0}", title); // $NON-NLS-1$
   cf.addInternalFrameListener(ifl);
   LGM.mdi.add(cf);
   LGM.mdi.addZChild(this, cf);
   return cf;
 }