xiejun
2024-08-30 572d37bdbc6d9a5024bc3cd895e7bd8215e68651
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);
}