Hi,
I am getting a exception after moving the dockable(setting the visibility to false after deploying(CGrid) ) to body another dockable . The stack is as follows.
java.lang.NullPointerException
at bibliothek.gui.dock.common.intern.CPlaceholderStrategy.isValidPlaceholder(Unknown Source)
at bibliothek.gui.dock.station.support.PlaceholderList.checkAllPlaceholders(Unknown Source)
at bibliothek.gui.dock.station.support.PlaceholderList.setStrategy(Unknown Source)
at bibliothek.gui.dock.StackDockStation.setPlaceholders(Unknown Source)
at bibliothek.gui.dock.themes.basic.BasicCombiner.combine(Unknown Source)
at bibliothek.gui.dock.themes.ThemeCombiner.combine(Unknown Source)
at bibliothek.gui.dock.themes.StationCombinerValue.combine(Unknown Source)
at bibliothek.gui.dock.SplitDockStation.dropOver(Unknown Source)
at bibliothek.gui.dock.SplitDockStation.dropOver(Unknown Source)
at bibliothek.gui.dock.SplitDockStation.drop(Unknown Source)
at bibliothek.gui.dock.SplitDockStation.drop(Unknown Source)
at bibliothek.gui.dock.SplitDockStation.move(Unknown Source)
at bibliothek.gui.dock.control.relocator.MoveOperation.execute(Unknown Source)
at bibliothek.gui.dock.control.DefaultDockRelocator.executeOperation(Unknown Source)
at bibliothek.gui.dock.control.DefaultDockRelocator.dragMouseReleased(Unknown Source)
at bibliothek.gui.dock.control.DefaultDockRelocator.dragMouseReleased(Unknown Source)
at bibliothek.gui.dock.control.DefaultDockRelocator$MouseRepresentativeListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Can you pls tell what will be the reason for that…?