All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vlsolutions.swing.docking.MaximizedComponentReplacer Maven / Gradle / Ivy

/*
    VLDocking Framework 3.0
    Copyright Lilian Chamontin, 2004-2013
    
    www.vldocking.com
    [email protected]
------------------------------------------------------------------------
This software is distributed under the LGPL license

The fact that you are presently reading this and using this class means that you have had
knowledge of the LGPL license and that you accept its terms.

You can read the complete license here :

    http://www.gnu.org/licenses/lgpl.html

*/

package com.vlsolutions.swing.docking;

import javax.swing.JComponent;

/** A component used to replace the maximized dockable in the dockable container hierarchy
 *(as long as the dockable is maximized)
 *
 * @author Lilian Chamontin, VLSolutions
 */
class MaximizedComponentReplacer extends JComponent {

	private static final long serialVersionUID = 1L;

	public MaximizedComponentReplacer() {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy