Skip to main content

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:

  1. FontAwesomIcon
  2. Button
  3. Text
  4. ImageView
  5. 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

Comments

Post a Comment

Popular posts from this blog

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

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