Advertisement

1 - 10 of 842 containing alltags:("jtable") (0.001 seconds)
I need some source code which does the following and so explains how it works: Program description: >> The JApplet is used to read from and write into an external database. The ResultSet contains ...
Zones: Java, AWT / SwingDate Answered: 07/25/1998 Grade: C Views: 0
How to add a JButton in the cells of a JTable and add some behavior to them ?
Zones: JavaDate Answered: 10/01/1998 Grade: C Views: 66
I am trying to create a JTable which has two columns.  The first column I want to be a JCheckBox (and I want the user to be able to set it checked or unchecked in the table as well as display the c...
Zones: JavaDate Answered: 10/25/1998 Grade: C Views: 0
using: jdk1.1.7b & swing1.1 i need to save my table data in the format that it is on the screen.  nice and table-like. any ideas?
Zones: JavaDate Answered: 06/24/1999 Grade: A Views: 0
I use the follwing code (just a part of it) in a JFrame constructor (that has to insert strings into JTable): JScrollPane JScrollPane1 = new JScrollPane(); JTable JTable1 = new JTable(); getConten...
Zones: JavaDate Answered: 07/19/1999 Grade: A Views: 0
I think this may be a Swing bug...When I put my JTable directly into my JApplet it doesn't show the table headers, but if I put it into a JScrollPane first the headers show fine.... here's my co...
Zones: Java, AWT / SwingDate Answered: 02/28/2002 Grade: A Views: 0
I want to know can I change the font size of the Header and the text on the cells. Thanks!
Zones: Java, Font CreatorDate Answered: 10/25/1999 Grade: A Views: 112
I want a JTable that only has ROWHEADERS...I dont want Column Headers, but they show up nonetheless, how do I get rid of them?  I put my table inside a JScrollPane().
Zones: JavaDate Answered: 03/04/2002 Grade: A Views: 4
I want to put JRadioButton group in JTable, How to do that ? ex :         o PAT      )     o PBT      )  1st radio group     o PCT      )     o PCM      )     o PBM      )  2nd radio g...
Zones: JavaDate Answered: 11/01/1999 Grade: A Views: 16
I'm working with a JTable and I was wondering how do I perform the following tasks.  I know I'm lazy right now, I could look it up.  Anyway, I want to have it so I can double click on one row and a...
Zones: Java, AWT / SwingDate Answered: 01/11/2000 Grade: C Views: 0