コード例 #1
0
ファイル: EntityImpl.java プロジェクト: gusjava/gus06-src
  public EntityImpl() throws Exception {
    bar = Outside.service(this, "gus.app.mainframe.menubar");
    menuBar = (JMenuBar) bar.i();

    add(Outside.service(this, "gus.appli.laboscript.menu.menu1"));

    menuBar.repaint();
  }