Chanhes to classes + FooClass3

This commit is contained in:
abazov73 2022-11-13 17:18:17 +04:00
parent a8663359ca
commit 7de190a519
3 changed files with 15 additions and 0 deletions

View File

@ -10,4 +10,5 @@ package TestPackage2;
*/ */
public class FooClass { public class FooClass {
public int foo; public int foo;
public String newFoo;
} }

View File

@ -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;
}

View File

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