Method and Description |
---|
com.vldocking.swing.docking.DockableContainerFactory.createDockableContainer(Dockable, boolean)
use the other createDockableContainer method (
#createDockableContainer(Dockable, int) |
com.vldocking.swing.docking.DockKey.getDockName()
use getKey instead
|
com.vldocking.swing.docking.DockingDesktop.setAutoResizableDockable(Dockable)
use setResizeWeight() in every dockKey for a better resizing behaviour
|
com.vldocking.swing.docking.DockKey.setDockName(String)
use setKey instead
|
com.vldocking.swing.docking.ui.DockingSplitPaneUI.setDrawDelimitors(boolean)
use UIManager.put("SplitContainer.drawDotsDelimitors", Boolean) instead
|
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.