Using Java's JTable to preview data. To manipulate JTable we need to use JTable's models, specifically DefaultTableModel to manipulate rows and TableColumnModel to manipulate columns. This simple example will show you how can you integrate JTable in your projects, use it to display, edit, delete and save your data using binary input and output. You can easily modify this code to get the data from a remote database and then you can modify that data inside of JTable.
-
Notifications
You must be signed in to change notification settings - Fork 2
AwesomeTuts/Java-JTable
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An example of how can we modify JTable in Java. We will use it to show, edit, delete and save data. We will save data using binary inpt/output.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published