Skip to main content

School Management System using JavaFX - Dashboard Full - using Netbeans ...

Comments

Popular posts from this blog

JavaFx Material Dashboard

To create the above  Material Dashboard UI  you need to create the following layouts: I have used following colors: Red:   #b00805 White:     #ffffff Orange:    #fe9e1a Green:    &nbsp#55ae59 Blue:     #0fb7cb I have used following UI Components: FontAwesomIcon Button Text ImageView TextField Remember the UI is  Material , not  Flat  and is develop Using JavaFX, FXML, and CSS. For YouTube video see  this You can download the  FXML and CSS  here

JavaFX Flat Music UI with Netbeans

\ To create the above  Flat Music UI  using JavaFX you need to create the following layouts: I have used following colors: Red:     #ff4710 Orange:     #f37a13 Black:   #55ae59 Blue:     #0fb7cb I have used following UI Components: FontAwesomIcon Button Text ImageView Remember the UI is  Flat and is develop Using JavaFX, FXML, and CSS. For  YouTube  video see  this You can download the  FXML  and  CSS  here

JavaFX Shopping Cart Dialog - Custom Dialog with Material Design - Netbe...