This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import javafx.application.Application; | |
| import javafx.scene.Scene; | |
| import javafx.scene.control.Button; | |
| import javafx.scene.control.ComboBox; | |
| import javafx.scene.layout.VBox; | |
| import javafx.stage.Stage; | |
| /** | |
| * JavaFX App | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <?import javafx.scene.control.Label?> | |
| <?import javafx.scene.layout.ColumnConstraints?> | |
| <?import javafx.scene.layout.GridPane?> | |
| <?import javafx.scene.layout.RowConstraints?> | |
| <?import javafx.scene.layout.StackPane?> | |
| <?import javafx.scene.text.Font?> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import javafx.beans.property.DoubleProperty; | |
| import javafx.beans.property.SimpleDoubleProperty; | |
| import javafx.scene.shape.Circle; | |
| /** | |
| * | |
| * @author sedri | |
| */ | |
| public class PVector{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import javafx.scene.Scene; | |
| import javafx.scene.control.Button; | |
| import javafx.scene.control.Label; | |
| import javafx.scene.layout.VBox; | |
| import javafx.stage.Stage; | |
| /** | |
| * | |
| * @author blj0011 | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Brittney 2 F | |
| Andra 3 F | |
| Elease 4 F | |
| Alejandrina 7 M | |
| Jefferey 11 M | |
| Gregoria 13 F | |
| Laquita 17 F | |
| Shyla 19 F | |
| Mona 23 F | |
| Joannie 29 F |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import javafx.animation.*; | |
| import javafx.application.*; | |
| import javafx.scene.*; | |
| import javafx.scene.control.*; | |
| import javafx.scene.layout.*; | |
| import javafx.stage.*; | |
| /** | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using BatchCat;/*Make sure you added BatchCat to your references!*/ | |
| namespace BCHandler | |
| { | |
| class BatchCatHandler |
NewerOlder