Icon + loader for client
This commit is contained in:
12
ChatApp/app/src/main/resources/client/clientLoading.fxml
Normal file
12
ChatApp/app/src/main/resources/client/clientLoading.fxml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.shape.Arc?>
|
||||
|
||||
<?import javafx.scene.control.Label?>
|
||||
<StackPane xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml"
|
||||
fx:controller="client.ClientLoading" style="-fx-background-color: lightgrey;">
|
||||
<Arc fx:id="spinnerArc" centerX="50" centerY="50" radiusX="30" radiusY="30"
|
||||
startAngle="30" length="330" fill="transparent" stroke="blue" strokeWidth="5"
|
||||
/>
|
||||
</StackPane>
|
||||
Reference in New Issue
Block a user