Is it possible to have all the columns scale proportionally as windows are resized
In JTable, there was a resize policy enumeration, that would tell how to resize columns if screen is resized. the values included: 1. do not resize 2. distribute equally 3. resize last column only. etc