Skip to content

Commit

Permalink
Merge pull request #160 from AP2020Fall/fatemehtemp
Browse files Browse the repository at this point in the history
User.fxml
  • Loading branch information
fatemeh-fo authored Feb 3, 2021
2 parents 7e8765f + 4bdf931 commit 2c3d1d3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/com/plato/View/Menus/UserProfileForAdmin.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<effect>
<DropShadow color="#575656" offsetX="1.0" offsetY="1.0" />
</effect>
<Button fx:id="sendBtn" layoutX="10.0" layoutY="10.0" maxHeight="50.0" maxWidth="50.0" minHeight="50.0" minWidth="50.0" mnemonicParsing="false" onAction="#sendMessageDoneWrite" onMouseEntered="#mouseIsOverWrite" onMouseExited="#mouseIsOutWrite" style="-fx-background-radius: 30; -fx-background-image: url(&quot;@../../../Resources/Images/paperAirplane.png&quot;); -fx-background-size: 35; -fx-background-repeat: no-repeat; -fx-background-position: center; -fx-background-color: BLACK;" GridPane.columnIndex="2" GridPane.halignment="CENTER" GridPane.valignment="CENTER">
<Button fx:id="sendBtn" layoutX="10.0" layoutY="10.0" maxHeight="50.0" maxWidth="50.0" minHeight="50.0" minWidth="50.0" mnemonicParsing="false" onAction="#sendMessageDone" onMouseEntered="#mouseIsOver" onMouseExited="#mouseIsOut" style="-fx-background-radius: 30; -fx-background-image: url(&quot;@../../../Resources/Images/paperAirplane.png&quot;); -fx-background-size: 35; -fx-background-repeat: no-repeat; -fx-background-position: center; -fx-background-color: BLACK;" GridPane.columnIndex="2" GridPane.halignment="CENTER" GridPane.valignment="CENTER">
<GridPane.margin>
<Insets left="7.5" right="10.0" />
</GridPane.margin>
Expand All @@ -121,29 +121,29 @@
<Insets bottom="15.0" left="5.0" right="5.0" top="5.0" />
</GridPane.margin>
</TextArea>
<Button fx:id="backBtn" layoutX="275.0" layoutY="96.0" maxHeight="50.0" maxWidth="50.0" minHeight="50.0" minWidth="50.0" mnemonicParsing="false" onAction="#cancelSendingWrite" onMouseEntered="#mouseIsOverWrite" onMouseExited="#mouseIsOutWrite" style="-fx-background-image: url(&quot;https://i.imgur.com/9ki490h.png&quot;); -fx-background-size: 50; -fx-background-color: transparent;" GridPane.halignment="LEFT" GridPane.valignment="TOP">
<Button fx:id="backBtn" layoutX="275.0" layoutY="96.0" maxHeight="50.0" maxWidth="50.0" minHeight="50.0" minWidth="50.0" mnemonicParsing="false" onAction="#cancelSendingMsg" onMouseEntered="#mouseIsOver" onMouseExited="#mouseIsOut" style="-fx-background-image: url(&quot;@../../../Resources/Images/backButton.png&quot;); -fx-background-size: 50; -fx-background-color: transparent;" GridPane.halignment="LEFT" GridPane.valignment="TOP">
<GridPane.margin>
<Insets left="10.0" top="10.0" />
</GridPane.margin>
</Button>
<Label fx:id="messageError" alignment="CENTER" minHeight="30.0" minWidth="200.0" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.valignment="BOTTOM">
<font>
<Font name="Arial" size="10.0" />
</font>
<GridPane.margin>
<Insets bottom="5.0" />
</GridPane.margin>
</Label>
<Label fx:id="messageError" alignment="CENTER" minHeight="30.0" minWidth="200.0" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.valignment="BOTTOM">
<font>
<Font name="Arial" size="10.0" />
</font>
<GridPane.margin>
<Insets bottom="5.0" />
</GridPane.margin>
</Label>
</GridPane>
<Button maxHeight="50.0" maxWidth="50.0" minHeight="50.0" minWidth="50.0" mnemonicParsing="false" onAction="#sendMsgWrite" onMouseEntered="#mouseIsOverWrite" onMouseExited="#mouseIsOutWrite" style="-fx-background-image: url(&quot;https://i.imgur.com/i4FTzLQ.png&quot;); -fx-background-size: 40; -fx-background-repeat: no-repeat; -fx-background-position: center; -fx-background-color: transparent;" GridPane.columnIndex="1" GridPane.halignment="RIGHT" GridPane.valignment="TOP">
<Button maxHeight="50.0" maxWidth="50.0" minHeight="50.0" minWidth="50.0" mnemonicParsing="false" onAction="#sendMsg" onMouseEntered="#mouseIsOver" onMouseExited="#mouseIsOut" style="-fx-background-image: url(&quot;@../../../Resources/Images/letter.png&quot;); -fx-background-size: 40; -fx-background-repeat: no-repeat; -fx-background-position: center; -fx-background-color: transparent;" GridPane.columnIndex="1" GridPane.halignment="RIGHT" GridPane.valignment="TOP">
<GridPane.margin>
<Insets right="10.0" />
</GridPane.margin>
</Button>
<ImageView fx:id="pfp" fitHeight="130.0" fitWidth="130.0" pickOnBounds="true" preserveRatio="true" GridPane.columnSpan="2">
<GridPane.margin>
<Insets top="50.0" />
</GridPane.margin>
</ImageView>
<ImageView fx:id="pfp" fitHeight="130.0" fitWidth="130.0" pickOnBounds="true" preserveRatio="true" GridPane.columnSpan="2">
<GridPane.margin>
<Insets top="50.0" />
</GridPane.margin>
</ImageView>
</GridPane>
</AnchorPane>

0 comments on commit 2c3d1d3

Please sign in to comment.