简体   繁体   中英

Java Swing Login frame

I m new in Java Swing and I can t find very useful materials on the internet. I want to add text on the two boxes with Password and Username and after adding them I want to press Confirm in order to get to the next Frame. Can someone explain to me please how can I do that? I work in NetBeans btw. Thanks: Here is the Image of the interface: https://i.stack.imgur.com/QjBnF.png

NetBeans allows you to design frames:

  • new file

  • new JFrame or Frame...

  • press the "Design button"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM