work in progress: solving of the bug number 3043572 - Main application changed
[indepmod.git] / IndependentModeler / src / cz / cvut / promod / gui / settings / SettingPagePanel.java
blobf3dcd0b948f8a9148d516884dc8ea9ad3ebe045c
1 package cz.cvut.promod.gui.settings;
3 import javax.swing.*;
6 /**
7 * Created by IntelliJ IDEA.
8 * User: lucky
9 * Date: 20.8.2010
10 * Time: 18:49:04
12 public abstract class SettingPagePanel extends JPanel {
13 public abstract void lazyInitialize();