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

Implement a toogle switch for the boolean settings? #66

Open
JonasSchaub opened this issue Apr 5, 2024 · 5 comments
Open

Implement a toogle switch for the boolean settings? #66

JonasSchaub opened this issue Apr 5, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@JonasSchaub
Copy link
Collaborator

The current combo boxes containing "true" and "false" are not very nice. Maybe a nice toggle switch like you see in most mobile apps these days could be implemented? In a very brief research, I found this StackOverflow post: https://stackoverflow.com/questions/30593193/creating-sliding-on-off-switch-button-in-javafx

There seems to be no JavaFx-native control like that but one could be implemented.

Maybe a nice student project.

@JonasSchaub JonasSchaub added the enhancement New feature or request label Apr 5, 2024
@FelixBaensch
Copy link
Owner

FelixBaensch commented Apr 5, 2024

Sounds good for a "Laborpraxis" or as a short side project for a bachelor student

@JonasSchaub
Copy link
Collaborator Author

Look into code of controls fx, they have a toggle switch

@FelixBaensch
Copy link
Owner

Yes, but it is a library

@JonasSchaub
Copy link
Collaborator Author

Exactly, and I don't want to add it as a dependency. I just wanted to mention the code of the library as another source of "inspiration".

@JonasSchaub
Copy link
Collaborator Author

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

When branches are created from issues, their pull requests are automatically linked.

3 participants