diff --git a/TestFrame2/src/TestPackage2/FooClass2.java b/TestFrame2/src/TestPackage2/FooClass2.java new file mode 100644 index 0000000..a54fb5d --- /dev/null +++ b/TestFrame2/src/TestPackage2/FooClass2.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 FooClass2 { + private char foo; +}