Compare commits

...

4 Commits

Author SHA1 Message Date
abazov73
a8663359ca Add FooClass2 2022-11-13 17:06:39 +04:00
abazov73
343b8bcf2e Merge NewBranch1 into NewBranch2 2022-11-13 16:31:40 +04:00
2255ade451 add foo to JFrame 2022-11-13 16:26:35 +04:00
55e2b76300 add foo to JFrame 2022-11-13 15:40:10 +04:00
2 changed files with 14 additions and 0 deletions

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 FooClass2 {
private char foo;
}

View File

@ -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.