如何在可编辑的JComboBox中使用JFormattedTextField?
JComboBox
JFormattedTextField
我知道它在内部使用了一个JTextField,但我希望它只接受带有一个小数的数值。
JTextField
由于这个原因,我想使用JFormattedTextField,但我无法在JComboBox中找到用于建立它的函数。
发布于 2018-01-22 19:50:57
也许这会给你指明一个正确的方向:
https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#inputVerification
https://stackoverflow.com/questions/48380709
相似问题