hi,
I have recently started to use Docking Frames and I encounter trouble reading a previously saved layout to disk.
I got an exception at file reading (java.io.IOException: Unknown format for version)
The layout is mainly based on SingleDockableFactoryExample of Common
Please post the entire exception, including the stacktrace.
This kind of exception would usually appear if you use different versions of he framework for writing and reading the layout information (although the framework should be backwards compatible…). But I guess you did not do that?
juin 27, 2012 7:22:26 PM com.sprycat.gui.root.ApplicationFrame buildGUI
Grave: null
java.io.IOException: Unknown format for version
at bibliothek.util.Version.read(Version.java:118)
at bibliothek.gui.dock.support.util.ApplicationResourceManager.readStream(ApplicationResourceManager.java:130)
at bibliothek.gui.dock.support.util.ApplicationResourceManager.readFile(ApplicationResourceManager.java:204)
at bibliothek.gui.dock.common.CControl.read(CControl.java:2686)
at com.sprycat.gui.root.ApplicationFrame.buildGUI(ApplicationFrame.java:153)
at com.sprycat.gui.root.ApplicationFrame.(ApplicationFrame.java:51)
at com.sprycat.kernel.KernelRegister.registerGUIComponents(KernelRegister.java:20)
at com.sprycat.SpryCAT.main(SpryCAT.java:37)