• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ScrollPane oversized for JTable

 
Ranch Hand
Posts: 407
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi GUys :

I have a scroll pane, holding a jtable, but the problem
is that it always has extra space added to the bottom of it.
So there is a blank grey area under the table (whose background is white). Ive tried setting the background color of the
scroll pane to pink (so that I can verify this) and the empty space
is still grey. But Im pretty sure that the grey space is the scroll pane because at the bottom of it is the scroll bar.

This seems strange .... I would think a scroll pane should be smart enought
to pack its size down just small enought to frame the size of the JTable so no extra space is taken up.

So my question is... how do you pack the contents of a scroll pane ?

Please help ?
j
 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic