Hi,
I'm trying to make "Fluid" layout for Table -view (List view with sortable columns). But I'm only able to set Fixed width and height.
Like in C#, I'm able to define: table.Dock = Dock.Fill;
Does such Behavior exist in Java? I'd want the table to "Dock" into parent window.
Or do I have to make method that loops through all available object on "Window resize" -event and calculate desired width and height?
Thanks.