diff --git a/test1/.idea/.gitignore b/test1/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/test1/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/test1/.idea/misc.xml b/test1/.idea/misc.xml
deleted file mode 100644
index 0548357..0000000
--- a/test1/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test1/.idea/modules.xml b/test1/.idea/modules.xml
deleted file mode 100644
index eb5a4da..0000000
--- a/test1/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test1/out/production/test1/Main.class b/test1/out/production/test1/Main.class
deleted file mode 100644
index fae1245..0000000
Binary files a/test1/out/production/test1/Main.class and /dev/null differ
diff --git a/test1/out/production/test1/page/openpage.class b/test1/out/production/test1/page/openpage.class
deleted file mode 100644
index 7d1b54c..0000000
Binary files a/test1/out/production/test1/page/openpage.class and /dev/null differ
diff --git a/test1/src/main/main.java b/test1/src/main/main.java
deleted file mode 100644
index 5304783..0000000
--- a/test1/src/main/main.java
+++ /dev/null
@@ -1,4 +0,0 @@
-package main;
-
-public class main {
-}
diff --git a/test1/src/page/openpage.java b/test1/src/page/openpage.java
deleted file mode 100644
index 643d5b5..0000000
--- a/test1/src/page/openpage.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package page;
-import javax.swing.*;
-public class openpage {
- public static void main(String[] args){
- JFrame jFrame = new JFrame("测试");
- jFrame.setSize(500,500);
- jFrame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
- jFrame.setResizable(false);
- jFrame.setLocationRelativeTo(null);
- jFrame.setVisible(true);
- }
-}
diff --git a/test1/test1.iml b/test1/test1.iml
deleted file mode 100644
index c90834f..0000000
--- a/test1/test1.iml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file