/** コンストラクタです。 */ 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(); } }
/** コンストラクタです。 */ public QO005Design() { try { initialize(); } catch (Exception e) { e.printStackTrace(); } }