选择模块时支持搜索

This commit is contained in:
makejava 2022-07-06 11:50:07 +08:00
parent b42113f3a2
commit 55f09db096
2 changed files with 5 additions and 3 deletions

View File

@ -221,7 +221,7 @@ public class GlobalTool extends NameUtils {
* @param json json字符串 * @param json json字符串
* @return map对象 * @return map对象
*/ */
public Map parseJson(String json) { public Map<?,?> parseJson(String json) {
if (StringUtils.isEmpty(json)) { if (StringUtils.isEmpty(json)) {
return null; return null;
} }

View File

@ -16,11 +16,13 @@
<properties/> <properties/>
<border type="none"/> <border type="none"/>
<children> <children>
<component id="76436" class="javax.swing.JComboBox" binding="moduleComboBox"> <component id="76436" class="com.intellij.openapi.ui.ComboBox" binding="moduleComboBox">
<constraints> <constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties/> <properties>
<swingPopup value="false"/>
</properties>
</component> </component>
<component id="2dff5" class="javax.swing.JLabel"> <component id="2dff5" class="javax.swing.JLabel">
<constraints> <constraints>