Skip to content

Commit

Permalink
add comment for specify intention of the fxml files
Browse files Browse the repository at this point in the history
  • Loading branch information
awidesky committed May 26, 2021
1 parent df0d95c commit 3bfba9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loadingLayout.fxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- This file is only for reference to make GUI of the application(Swing) easier. -->
<!-- Window from this file may be differ with actual application and may not be synchronized with application Swing source code -->

<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.layout.AnchorPane?>
Expand Down
3 changes: 3 additions & 0 deletions windowLayout.fxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- This file is only for reference to make GUI of the application(Swing) easier. -->
<!-- Window from this file may be differ with actual application and may not be synchronized with application Swing source code -->

<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.ComboBox?>
Expand Down

0 comments on commit 3bfba9f

Please sign in to comment.