Compare commits

...

2 Commits

Author SHA1 Message Date
a0ba607fea add int to jFrame 2022-11-13 13:45:40 +04:00
abazov73
f3f76288fb Foo class 2022-11-12 20:24:02 +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 TestPackage;
/**
*
* @author Андрей
*/
public class NewClass {
public int foo;
}

View File

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