com.sas.swing.visuals.tableview
Class TableViewViewportLayout

com.sas.swing.visuals.tableview.TableViewViewportLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class TableViewViewportLayout

A modified ViewportLayout to fix the JFC bug where components that implement Scrollable do not resize correctly, if their size is less than the viewport size. This is a JDK1.2.2 bug. This used to work in Swing 1.0.3 and the fix is putting the old logic back. 4310721

See Also:
Serialized Form

Constructor Summary
TableViewViewportLayout()
           
 
Method Summary
 void layoutContainer(java.awt.Container parent)
           
 

Constructor Detail

TableViewViewportLayout

public TableViewViewportLayout()
Method Detail

layoutContainer

public void layoutContainer(java.awt.Container parent)
Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class javax.swing.ViewportLayout



Copyright © 2009 SAS Institute Inc. All Rights Reserved.