Chanhes to classes + FooClass3
This commit is contained in:
parent
a8663359ca
commit
7de190a519
@ -10,4 +10,5 @@ package TestPackage2;
|
|||||||
*/
|
*/
|
||||||
public class FooClass {
|
public class FooClass {
|
||||||
public int foo;
|
public int foo;
|
||||||
|
public String newFoo;
|
||||||
}
|
}
|
||||||
|
13
TestFrame2/src/TestPackage2/FooClass3.java
Normal file
13
TestFrame2/src/TestPackage2/FooClass3.java
Normal 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;
|
||||||
|
}
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user