/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* DataPanel.java
*
* Created on Nov 29, 2010, 4:44:56 PM
*/
package com.dreikraft.axbo.gui;
/**
*
* @author jan_solo
*/
public class DataPanel extends javax.swing.JPanel {
/** Creates new form DataPanel */
public DataPanel() {
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() {
setLayout(new java.awt.BorderLayout());
}// </editor-fold>//GEN-END:initComponents
// Variables declaration - do not modify//GEN-BEGIN:variables
// End of variables declaration//GEN-END:variables
}