wangting
2024-12-25 8bc25357d5742f07710baa7a6f1d6ac4023da3ac
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);
}