PIbd-21_Eliseev_E.E._Airbus.../Project/src/FormParam.java

15 lines
316 B
Java
Raw Normal View History

import javax.swing.*;
public class FormParam
{
private JButton ButtonAddPlane;
private JPanel PictureBoxPlane;
private JButton ButtonCreateModif;
private JLabel LabelInfo;
private JLabel LableSpeed;
private JLabel LabelWeight;
private JPanel MainPanel;
private JLabel LabelColor;
}