From 55e2b7630053c83507d4e68dc5fcdec797318bf5 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 15:40:10 +0400 Subject: [PATCH] add foo to JFrame --- TestFrame2/src/TestPackage2/TestJForm2.java | 1 + 1 file changed, 1 insertion(+) diff --git a/TestFrame2/src/TestPackage2/TestJForm2.java b/TestFrame2/src/TestPackage2/TestJForm2.java index 030afa9..2ec28a2 100644 --- a/TestFrame2/src/TestPackage2/TestJForm2.java +++ b/TestFrame2/src/TestPackage2/TestJForm2.java @@ -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.