import javax.swing.*;

/**
 * Created by IntelliJ IDEA.
 * User: parrt
 * Date: Nov 22, 2009
 * Time: 5:42:53 PM
 * To change this template use File | Settings | File Templates.
 */
public class MyForm {
    private JTextArea textArea1;
    private JCheckBox checkBox1;
    private JTextPane textPane1;
}
