wangting
2024-12-10 22537c899356e43cbae8c52d1ac4d80cb3b52ae0
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);
}