org.tm4j.tmnav.app.ui.util .PersistentJSplitPane

Description

A specialisation of JSplitPane that is capable to store the location of its divider between sessions.
The two methods store and restore must be called manually on startup and shutdown

Inheritance Hierarchy

Method Summary
void restore()
Restores the dividerLoc, if possible.
void shutdown()
void store()
Stores the current value of the dividerLoc for future use.