This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes i cant set the string name of my table columns Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "i cant set the string name of my table columns" Watch "i cant set the string name of my table columns" New topic
Author

i cant set the string name of my table columns

jhon max
Ranch Hand

Joined: Jan 06, 2010
Posts: 45

please I need some help how to make the column names appear on my table....
thanks!
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
//inventoryPanel.add(inventoryTable);
inventoryPanel.add(new JScrollPane(inventoryTable));
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
Moving to our GUIs forum.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: i cant set the string name of my table columns
 
Similar Threads
jtable: column header click
one click and the whole ROW will be selected
Jtable background image
Border around cells in JTable
JTable cell rendering