/** コンストラクタです。 */
  public QS001_13811_201504Design() {

    try {
      initialize();

    } catch (Exception e) {
      e.printStackTrace();
    }
  }
 public static void main(String[] args) {
   // デフォルトデバッグ起動
   try {
     ACFrame.getInstance().setFrameEventProcesser(new QkanFrameEventProcesser());
     ACFrame.debugStart(new ACAffairInfo(QS001_13811_201504Design.class.getName()));
   } catch (Exception e) {
     e.printStackTrace();
   }
 }
Esempio n. 3
0
  /** コンストラクタです。 */
  public QO005Design() {

    try {
      initialize();

    } catch (Exception e) {
      e.printStackTrace();
    }
  }