Browse Source

Adding readme

main
Jesus 2 years ago
parent
commit
226e440d76
4 changed files with 5 additions and 0 deletions
  1. +4
    -0
      README.md
  2. BIN
      bin/com/jesuspinar/Windowbuild.class
  3. BIN
      preview.gif
  4. +1
    -0
      src/com/jesuspinar/Windowbuild.java

+ 4
- 0
README.md View File

@ -0,0 +1,4 @@
## Preview
![Running app](preview.gif)

BIN
bin/com/jesuspinar/Windowbuild.class View File


BIN
preview.gif View File

Before After
Width: 600  |  Height: 341  |  Size: 849 KiB

+ 1
- 0
src/com/jesuspinar/Windowbuild.java View File

@ -74,6 +74,7 @@ public class Windowbuild implements ActionListener{
*/
private void initialize() {
frame = new JFrame();
frame.setTitle("Enter a file to copy");
frame.setBounds(100, 100, 450, 300);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.getContentPane();


Loading…
Cancel
Save