Re: JTable horizontal scrollbar problem
From: Roland (roland_at_phony.biz)
Date: 01/22/05
- Next message: Roland: "Re: newbie question"
- Previous message: Sathish: "Re: Swing problem with layout and servera panels."
- In reply to: Sathishkumar: "JTable horizontal scrollbar problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 22 Jan 2005 10:22:35 +0100
On 22-1-2005 8:44, Sathishkumar wrote:
> Dear All,
>
> JTable horizontal scrollbar problem
>
> I have one JFrame with gridbaglayout.
> And i have jtable with in scrollpane. this scrollpane added in the
> JPanel.
> i added the jpanel in the JFrame. i have 100 columns and 100 rows in
> the jtable.
> When i see the output i am able to see the vertical scrollbar. But i
> am not able to see the horizontal scrollbar. When ever i resize the
> JFrame, JTable also getting resized, but it is not displaying the
> horizontal scroll bar.
>
> If some one know about this problem. please help me to resolve.
>
> -sathish
And all those 100 columns get squeezed in the scrollpane?
Check out
<http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JTable.html#setAutoResizeMode(int)>
-- Regards, Roland de Ruiter ___ ___ /__/ w_/ /__/ / \ /_/ / \
- Next message: Roland: "Re: newbie question"
- Previous message: Sathish: "Re: Swing problem with layout and servera panels."
- In reply to: Sathishkumar: "JTable horizontal scrollbar problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|