Compare commits
2 Commits
master
...
New_Branch
Author | SHA1 | Date | |
---|---|---|---|
a0ba607fea | |||
|
f3f76288fb |
13
TestApplication/src/TestPackage/NewClass.java
Normal file
13
TestApplication/src/TestPackage/NewClass.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 TestPackage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author Андрей
|
||||||
|
*/
|
||||||
|
public class NewClass {
|
||||||
|
public int foo;
|
||||||
|
}
|
@ -16,6 +16,7 @@ public class TestJFrame extends javax.swing.JFrame {
|
|||||||
public TestJFrame() {
|
public TestJFrame() {
|
||||||
initComponents();
|
initComponents();
|
||||||
}
|
}
|
||||||
|
public int fooJFrame;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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