wangting
2024-05-10 fd15db44e6bd9b7b9a6537b82bb90a81c009b24a
1
2
3
4
5
6
7
package com.vci.client.ui.swing.components;
 
import javax.swing.text.JTextComponent;
 
public interface SpecialCharChooseInferface {
    public Object execute(JTextComponent textCompt);
}