私がJFormattedTextField
このようなものを持っていたら
MaskFormatter formatter = new MaskFormatter("#,#");
JFormattedTextField textField = new JFormattedTextField(formatter);
変数がある場合
int x = 0;
int y = 0;
x
テキストフィールドの最初の数値を に保存し、2 番目の数値をに保存するにはどうすればよいy
ですか?