svoid dm_placeModuleUnderAIBar(O moduleOrID) { O module = dm_getModule(moduleOrID); dm_showModule(module); JComponent aiBar = cast getCreatorOpt('tfTopInput); Rect r = dm_getBounds(module); if (aiBar != null && r != null) Rectangle r = getBounds(aiBar); dm_setBounds(module, r.x, 0, r.width, r.h); } }