Java UI Design - Dashboard Desktop Application (Part 2)

preview_player
Показать описание
Java Swing UI Design
Design dashboard UI Dark mode and table custom with java swing netbean IDE

Curve Chart animation
JTable Custom

🙏🙏🙏 Support me by subscribe 🙏🙏🙏

► Any question comment below

Setup : (0:00)
Round Panel : (2:30)
Curve Chart : (5:09)
Create Table Custom : (7:19)
Table Cell Style : (8:28)
Table Header Style : (14:54)
Create Table Model : (19:14)
Create Cell Name Render : (21:57)
Create Cell Name Editor : (25:28)
Create Cell Action : (37:03)
Create Cell Gender : (46:23)
Create Cell Age : (50:13)
Create Cell Address : (51:26)
Create Cell Tel : (52:24)
Save Button Event : (53:35)
Рекомендации по теме
Комментарии
Автор

wah parah sih gue jadi semanget coding lagi, makasih udah ngasih inspirasi + semangat wkwk

Man_arulhidayat
Автор

Bro, i have some question about ActionPerform in your videos.


In FormHome.java, there is an initDataTable() method that initializes "table1". Inside initDataTable(), we call "table1.addTableCell()" and inject "new CellAction()" into the 5th column.

Inside CellAction().java, we have two buttons "cmdEdit" and "cmdDelete". And both have ActionPerform().

What is the best practice for sending ActionPerform from FromHome.java.? So we can process pressing the button from FormHome.java class.

adarmawan
Автор

Hi, I have a question.
Is it possible to create an expandable table like this, however not with the EditorRenderer but with a JPanel that displays other data, not connected with the cell directly? I want to create a "details" panel that show some details of the object (not visible in the normal row view) and I don't want to artificially group some unrelated data within the specific cell. The goal is to have a table with basic info, and expand selected row to show more details about the object itself. Do you have any suggestion on how to achieve that?

dombacy
Автор

Thanks for the turotial, but i have a question: how to change ImageAvatar to rectangle?

fikrilal
Автор

Bro i have a question : How to make the stock of goods in the database decrease when purchased and increase when added with java?

Dodek_Mardana
Автор

Brother, I have a problem with the table scroll, how do I change sacrll

ahmadsoft