Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BorderRadius/Rounded Corners #412

Open
Robby3St opened this issue Nov 15, 2024 · 1 comment
Open

Add BorderRadius/Rounded Corners #412

Robby3St opened this issue Nov 15, 2024 · 1 comment
Labels
feature request Request a new feature

Comments

@Robby3St
Copy link

Is your feature request related to a problem? Please describe.
In SoPra, we got a GUI concept which massively depends on rounded corners on Buttons, Textfields and overall. But as far as I see, there is nothing like BorderRadius yet.

Describe the solution you'd like
I would like to have a setting for Buttons, which allows to set the BorderRadius value in px for each GUI element.

Describe alternatives you've considered
Not using rounded corners, but unfortunately, this doesn't look that good with our GUI concept.

@Robby3St Robby3St added the feature request Request a new feature label Nov 15, 2024
@Robby3St
Copy link
Author

Robby3St commented Nov 15, 2024

Might be arcHeight and arcWidth for Rectangle Shape: https://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/Rectangle.html

It looks like setting the Shape of the Button could work. This is what I've found so far, but I'm not that used to JavaFX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request a new feature
Projects
None yet
Development

No branches or pull requests

1 participant