mirror of https://gitee.com/makejava/EasyCode.git
选择模块时支持搜索
This commit is contained in:
parent
b42113f3a2
commit
55f09db096
|
@ -221,7 +221,7 @@ public class GlobalTool extends NameUtils {
|
|||
* @param json json字符串
|
||||
* @return map对象
|
||||
*/
|
||||
public Map parseJson(String json) {
|
||||
public Map<?,?> parseJson(String json) {
|
||||
if (StringUtils.isEmpty(json)) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
@ -16,11 +16,13 @@
|
|||
<properties/>
|
||||
<border type="none"/>
|
||||
<children>
|
||||
<component id="76436" class="javax.swing.JComboBox" binding="moduleComboBox">
|
||||
<component id="76436" class="com.intellij.openapi.ui.ComboBox" binding="moduleComboBox">
|
||||
<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"/>
|
||||
</constraints>
|
||||
<properties/>
|
||||
<properties>
|
||||
<swingPopup value="false"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="2dff5" class="javax.swing.JLabel">
|
||||
<constraints>
|
||||
|
|
Loading…
Reference in New Issue