15 lines
316 B
Java
15 lines
316 B
Java
|
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;
|
||
|
}
|