wangting
2024-03-21 e79a5eb40825f67e0b65243b2b397b67e962b2f8
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);
}