Skip to main content

Java Netbeans Material UI Design - Swing Login



I have used following colors:

Red:  248, 1, 46

Blue: 47, 152, 246

Dark Pink: 247, 101, 96




I have used following UI Components:

  1. JPanel
  2. Jlabel
  3. ImageIcon
  4. JTextField

For YouTube video see this





You can download the Netbeans Project here

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...