Compare commits
4 Commits
2483b0dec4
...
a8663359ca
Author | SHA1 | Date | |
---|---|---|---|
|
a8663359ca | ||
|
343b8bcf2e | ||
2255ade451 | |||
55e2b76300 |
13
TestFrame2/src/TestPackage2/FooClass2.java
Normal file
13
TestFrame2/src/TestPackage2/FooClass2.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 FooClass2 {
|
||||
private char foo;
|
||||
}
|
@ -16,6 +16,7 @@ public class TestJForm2 extends javax.swing.JFrame {
|
||||
public TestJForm2() {
|
||||
initComponents();
|
||||
}
|
||||
public String foo;
|
||||
|
||||
/**
|
||||
* This method is called from within the constructor to initialize the form.
|
||||
|
Loading…
Reference in New Issue
Block a user