Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Split Pane / Two Pane
  
Split Pane / Two Pane
You want to display information from two different pages in one logical UI component.
Background
The two pane component is a way to present the data from two JSP’s into one logical UI component. The panes can be laid out horizontally or vertically. There’s a separator between the two panes (left/right or top/bottom) that allows the user to dynamically change the size of the panes.
Scope/Applicability/Assumptions
This information should be applied by a developer or customizer who is responsible for laying out the two pane component for their functional area in Windchill.
This documentation assumes that :
You have some service method to provide data for the two pane component.
Intended Outcome
Two Pane - Horizontal
Two Pane - Vertical