| Method and Description |
|---|
| org.kopi.vkopi.lib.ui.swing.form.KopiSimpleBlockLayout.addLayoutComponent(String, Component)
replaced by
addLayoutComponent(Component, Object). |
| org.kopi.vkopi.lib.ui.swing.form.KopiMultiBlockLayout.addLayoutComponent(String, Component)
replaced by
addLayoutComponent(Component, Object). |
| org.kopi.vkopi.lib.ui.swing.visual.DWindow.build()
do not use anymore
|
| org.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.
|