You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The borders of comboboxes are rounded, textfields are not rounded.
If you want the same border for all input fields, I guess it's not possible right now?
It's possible to set:
TextComponent.arc = 5
works for text fields.
But JTextArea which is used inside a JScrollpane, doesn't support rounded border?
If you set:
The borders of comboboxes are rounded, textfields are not rounded.
If you want the same border for all input fields, I guess it's not possible right now?
It's possible to set:
TextComponent.arc = 5
works for text fields.
But JTextArea which is used inside a JScrollpane, doesn't support rounded border?
If you set:
ScrollPane.border = com.formdev.flatlaf.ui.FlatTextBorder
the border is rounded, but the text area/viewport background is a rectangle without rounded corners.
So, is it possible to define all input fields (not table, tree or other components), only input fields - with rounded corners?
The text was updated successfully, but these errors were encountered: