diff --git a/TestFrame2/src/TestPackage2/FooClass.java b/TestFrame2/src/TestPackage2/FooClass.java index 5cfac3f..b4e4ff5 100644 --- a/TestFrame2/src/TestPackage2/FooClass.java +++ b/TestFrame2/src/TestPackage2/FooClass.java @@ -10,4 +10,5 @@ package TestPackage2; */ public class FooClass { public int foo; + public String newFoo; } diff --git a/TestFrame2/src/TestPackage2/FooClass3.java b/TestFrame2/src/TestPackage2/FooClass3.java new file mode 100644 index 0000000..22cc5c4 --- /dev/null +++ b/TestFrame2/src/TestPackage2/FooClass3.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package TestPackage2; + +/** + * + * @author Андрей + */ +public class FooClass3 { + long integerNum; +} diff --git a/TestFrame2/src/TestPackage2/TestJForm2.java b/TestFrame2/src/TestPackage2/TestJForm2.java index 2ec28a2..cc7280c 100644 --- a/TestFrame2/src/TestPackage2/TestJForm2.java +++ b/TestFrame2/src/TestPackage2/TestJForm2.java @@ -17,6 +17,7 @@ public class TestJForm2 extends javax.swing.JFrame { initComponents(); } public String foo; + public String foo2; /** * This method is called from within the constructor to initialize the form.