The chat app I am building using JavaFX and RMI is coming together nicely.
Remember, it’s just a portfolio project, so I am not spending much time on the visual design. Functionality is the most important part of this project.
I have now implemented a context menu that appears when the user right clicks on one of their messages. The context menu has two options: ‘Edit’ and ‘Delete’.
If the user clicks the “Edit” button, it brings up a new window where the user can edit their message.
The textbox is quite small. It should expand in height depending on the amount of lines. I might change this at some point…
Lastly, there is a delete button. When clicked, it shows a confirmation window.

If the user clicks the “Edit” button, it brings up a new window where the user can edit their message.
The textbox is quite small. It should expand in height depending on the amount of lines. I might change this at some point…
Lastly, there is a delete button. When clicked, it shows a confirmation window.

.jpeg)








