ludc
2024-10-08 435e3366a85f797ce02008698c28c9a8ca73b4a6
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);
}