This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49203 - JTable-Header are not showing & No scrolling
Summary: JTable-Header are not showing & No scrolling
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: anandkaria
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-17 12:55 UTC by anandkaria
Modified: 2004-09-20 11:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anandkaria 2004-09-17 12:55:05 UTC
i m a new user of Netbeans. I place JTable into
Form and add 4 column in it and 5 rows by default.

But after fetching data from table, i found 4
columns and 5 rows including data in it. 

Problems:
1. Title in First Row are not shown as only data 
   is shown from 0 index.
2. I ve 10 rows in database, it is not
autoscrolling.(As it is selected autoscrolling in
properties)

Pls help me out
Comment 1 Jan Stola 2004-09-20 11:53:05 UTC
You must put the table into the JScrollPane.
Look at
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
for further information about Swing's JTable.