add foo to JFrame

This commit is contained in:
Андрей Абазов 2022-11-13 15:40:10 +04:00
parent 2483b0dec4
commit 55e2b76300

View File

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