Lesson 15 - JTable In Java Swing
In the previous lesson, Graphic Clock in Java Swing - Form Handling, we finished programming a graphic clock.
The series is coming to an end, but we've already learned quite a lot. Today,
we're going to take a look at an interesting component -
JTable
.
JTable
As you can guess by the name, JTable
is used to display table
values. Let's make a simple example displaying a list of people in a
JTable
. We'll get them from an ArrayList
, in a real
program, they'd be displayed e.g. from a database. The approach described below
works the same for both data sources.
Designing the Form
Create a new project named JTable
and put JTable
and one JButton
on the form. Name JTable
as
personsJTable
and resize it
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll program a simple Java Swing application using the JTable data table, learn to define a TableModel, and display the selected row.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.