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

bibliothek.gui.dock.common.package-info Maven / Gradle / Ivy

Go to download

DockingFrames is an open source Java Swing docking framework, licenced under LGPL 2.1. This is the same distribution as the original distribution (http://www.docking-frames.org/), only reinstalled in maven

There is a newer version: 1.1.2p20b.fix-1
Show newest version
/**
 * A set of classes that can be used to create basic applications. The subset
 * of DockingFrames allows to create clients capable of doing all the basic
 * operations one does expect: minimizing, maximizing or put a {@link bibliothek.gui.Dockable}
 * out of the main-frame. Store and load the layout, hide and show Dockables.
* Clients should start by creating a {@link bibliothek.gui.dock.common.CControl} * as basic command central, then add new instances of * {@link bibliothek.gui.dock.common.SingleCDockable} and * {@link bibliothek.gui.dock.common.MultipleCDockable} to this control. */ package bibliothek.gui.dock.common;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy