add int to jFrame

This commit is contained in:
Андрей Абазов 2022-11-13 13:45:40 +04:00
parent f3f76288fb
commit a0ba607fea

View File

@ -16,6 +16,7 @@ public class TestJFrame extends javax.swing.JFrame {
public TestJFrame() { public TestJFrame() {
initComponents(); initComponents();
} }
public int fooJFrame;
/** /**
* This method is called from within the constructor to initialize the form. * This method is called from within the constructor to initialize the form.