Package jmri.util.swing.multipane
Tools and utilities for providing a multi-pane interface
for a JMRI application. This style is sometimes called an "IDE" interface,
where there's a primary window that contains sub-panes with various information.
This whole package might be moved to the apps tree at some later point.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:- Since:
- 2.9.4
- See Also:
apps.gui3.paned
-
Class Summary Class Description MultiPaneWindow Core JMRI multi-pane GUI window.PanedInterface Display a JComponent in a specific paned window.ThreePaneTLRWindow MultiPane JMRI window with a "top" area over "left" and "right" lower panes, optional toolbar and menu.TwoPaneTBWindow MultiPane JMRI window with a "top" area over a single bottom lower pane, optional toolbar and menu.