Package open.dolphin.inspector

Examples of open.dolphin.inspector.PatientInspector


        // チャートの JFrame オブジェクトを得る
        final MainFrame frame = windowSupport.getFrame();
        frame.setName("chartFrame");

        // 患者インスペクタを生成する
        inspector = new PatientInspector(this);
        //pns inspector.getPanel().setBorder(BorderFactory.createEmptyBorder(7, 7, 5, 2)); // カット&トライ
        inspector.getPanel().setBorder(BorderFactory.createEmptyBorder()); // カット&トライ

        // Status パネルを生成する
        statusPanel = frame.getStatusPanel();
View Full Code Here

TOP

Related Classes of open.dolphin.inspector.PatientInspector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.