简体   繁体   中英

Adding Data into JTable in SWING

I am trying to design a medical prescription. My requirement is to design a table where user can insert data into it; just like user enters data into text fields.

Basically i need a table template, where user can insert data.

I have gone through JTable documentation and found that we can insert some static data in it. Please let me know if we can insert dynamic data into it or is there any way to create a table template to enter data.

您可以在Java教程中找到有关如何使用JTable的最重要基础知识的说明。

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