From a0ba607fead621731ee5981d7ee7925f0b78141a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=90=D0=B1=D0=B0?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2?= Date: Sun, 13 Nov 2022 13:45:40 +0400 Subject: [PATCH] add int to jFrame --- TestApplication/src/TestPackage/TestJFrame.java | 1 + 1 file changed, 1 insertion(+) diff --git a/TestApplication/src/TestPackage/TestJFrame.java b/TestApplication/src/TestPackage/TestJFrame.java index fa4dbb3..32024e6 100644 --- a/TestApplication/src/TestPackage/TestJFrame.java +++ b/TestApplication/src/TestPackage/TestJFrame.java @@ -16,6 +16,7 @@ public class TestJFrame extends javax.swing.JFrame { public TestJFrame() { initComponents(); } + public int fooJFrame; /** * This method is called from within the constructor to initialize the form.