-
Methods Method Description org.kopi.vkopi.lib.ui.swing.form.KopiMultiBlockLayout.addLayoutComponent(String, Component) replaced byaddLayoutComponent(Component, Object).org.kopi.vkopi.lib.ui.swing.form.KopiSimpleBlockLayout.addLayoutComponent(String, Component) replaced byaddLayoutComponent(Component, Object).org.kopi.vkopi.lib.ui.swing.visual.DWindow.build() do not use anymoreorg.kopi.vkopi.lib.ui.swing.visual.DWindow.close() Use closeWindow() or close(int code) instead.org.kopi.vkopi.lib.ui.swing.visual.DWindow.performAction(Action, boolean) Use method #performAsyncAction(KopiAction action) without boolean parameter because this parameter was ignored.