JTables in JScrollPane in top half of JSplitPane
Jeff Palmer
jcpalmer at rochester.rr.com
Wed Mar 27 15:39:13 PDT 2013
here: http://www.whatifsquared.com/splitpane.png
Scrollpane in top of split has header JTable (grey background) & a horizontally scrolling main JTable. Notice the column headings are almost gone. There are over 30 columns, so it is almost completely unusable like this.
In bottom is a JComponent painted based on the line selected in either table above. Some times want to see more of either the data or chart, hence the split pane.
Do not know what will happen if not enough rows to cause vertical scrolling. Could force it in code if it would help.
Thanks,
Jeff
On Mar 27, 2013, at 1:06 PM, Leonid Romanov wrote:
> A link to the screenshot would be nice.
>
> Leonid.
>
> On 3/27/2013 11:41 PM, Jeff Palmer wrote:
>> Such a JTable in Mac OSX starts appearing with the header half chopped off, but not on Win7. Was wondering if this is in the Bug DB? Do not know how to query DB.
>>
>> Since this is just in a private backend client, I avoid running this on Mac. Do not want to make a test case only to find the bug is a duplicate, as I have actually made a sub-class of JScrollPane, and have 2 JTables (one in the Viewport & the other in the rowHeader). A very clean test case including data would be a lot of labor.
>>
>> Again is this a known bug?
>>
>> Thanks,
>>
>> Jeff Palmer
>
More information about the macosx-port-dev
mailing list