Java GUI layout

W

wbeaumo

Hello. I am re-designing the look and feel of a Java program for my
company. This program displays individual JTables in a JTabbedPane.
Each table has cells with numeric values that can be edited by
clicking on them and causing spinners to appear. However, I would like
the spinners to appear all the time, not just when the user is editing
a cell. Is this possible?
 
E

Eric Sosman

wbeaumo said:
Hello. I am re-designing the look and feel of a Java program for my
company. This program displays individual JTables in a JTabbedPane.
Each table has cells with numeric values that can be edited by
clicking on them and causing spinners to appear. However, I would like
the spinners to appear all the time, not just when the user is editing
a cell. Is this possible?

It sounds like you want to customize the CellRenderers
as well as the CellEditors.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top