mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

formatter #689

Closed wyj3531 closed 2 years ago

wyj3531 commented 2 years ago

just want to add NumberFormatter with WebFormattedTextField ,but it can not delete the last number,can any method to do it .

mgarin commented 2 years ago

Unfrotunately I'm not very adept at using formatted text field, so I can't answer this question. And I haven't really modified any logic behind it in WebLaF, so it should work in exactly the same as it works with other L&Fs.

I can only recommend to maybe check out the official guide on it: https://docs.oracle.com/javase/tutorial/uiswing/components/formattedtextfield.html and then search for answers to similar questions on public resources like Stack Overflow if the guide wasn't helpful.