Subversion Repository Public Repository

Satyam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.bestray.labinformationsystem.views;

import com.bestray.healthcarecommonutil.util.SimpleGradientPanel;
import java.awt.Color;

/**
 *
 * @author User1
 */
public class LabInformationDisplayPanel extends javax.swing.JPanel {

    /**
     * Creates new form LabInformationDisplayPanel
     */
    public LabInformationDisplayPanel() {
        initComponents();
    }

    /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private void initComponents() {

        main_dis_panel = new SimpleGradientPanel();

        setLayout(new java.awt.BorderLayout());

        main_dis_panel.setLayout(new java.awt.BorderLayout());
        add(main_dis_panel, java.awt.BorderLayout.CENTER);
        main_dis_panel.removeAll();
        main_dis_panel.updateUI();
        main_dis_panel.setBackground(Color.WHITE);
        main_dis_panel.add(new PatientLabRecordPanel(),java.awt.BorderLayout.CENTER);
        main_dis_panel.setVisible(true);
    }// </editor-fold>//GEN-END:initComponents
    // Variables declaration - do not modify//GEN-BEGIN:variables
    public static javax.swing.JPanel main_dis_panel;
    // End of variables declaration//GEN-END:variables
}

Commits for Satyam/AuroCareLabInformationSystem/src/main/java/com/bestray/labinformationsystem/views/LabInformationDisplayPanel.java

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 20 Jul, 2018 05:59:17 +0000