Skip to content

Commit

Permalink
🚀 数据库 登录界面,背词界面
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFanw committed Jun 6, 2020
1 parent 9df284d commit 974da09
Show file tree
Hide file tree
Showing 17 changed files with 135 additions and 19 deletions.
7 changes: 0 additions & 7 deletions 数据库系统原理/实验3/GTKiller/.idea/ant.xml

This file was deleted.

19 changes: 19 additions & 0 deletions 数据库系统原理/实验3/GTKiller/.idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions 数据库系统原理/实验3/GTKiller/.idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions 数据库系统原理/实验3/GTKiller/src/sample/AdminLogin.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">

</AnchorPane>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sample;

public class AdminLoginController {
}

This file was deleted.

14 changes: 14 additions & 0 deletions 数据库系统原理/实验3/GTKiller/src/sample/Login.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">

</AnchorPane>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sample;

public class LoginController {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sample;

public class MySQLConnector {
}
14 changes: 14 additions & 0 deletions 数据库系统原理/实验3/GTKiller/src/sample/Record.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">

</AnchorPane>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sample;

public class RecordController {
}
14 changes: 14 additions & 0 deletions 数据库系统原理/实验3/GTKiller/src/sample/Toefl.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">

</AnchorPane>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sample;

public class ToeflController {
}
14 changes: 14 additions & 0 deletions 数据库系统原理/实验3/GTKiller/src/sample/UserLogin.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">

</AnchorPane>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sample;

public class UserLoginController {
}
8 changes: 0 additions & 8 deletions 数据库系统原理/实验3/GTKiller/src/sample/sample.fxml

This file was deleted.

0 comments on commit 974da09

Please sign in to comment.