Member Selection When Creating New Groups is Not Ideal #60
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently members for a new group are selected by the use of CTRL. This is not very intuitive so it should be changes to mechanism similar to the one WhatsApp is using.
😆
Have fun.
Most likely you'll have to write several components that aren't supplied by JavaFX per default.
I have one hint for you:
Using
userList.addEventHandler(MouseEvent.MOUSE_CLICKED, e -> {});
is most likely the first necessary step.Filling that eventHandler with the necessary actions is the way more complicated part, as AFAIK there is no predefined JavaFX component doing that and additionally no help for that problem.