/* * KrutPreviewPanel.java * * Created on 5. juni 2007, 16:35 */ package krut.KRUT_GUI; /** * * @author Jonas */ /** Netbeans-autogenerated class containing the preview window. */ public class KrutPreviewPanel extends javax.swing.JPanel { /** Creates new form KrutPreviewPanel */ public KrutPreviewPanel() { 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. */ // <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 }