Closed AhmadIbrahimWaqas closed 2 weeks ago
setLineWrap(true) and setWrapStyleWord(true) makes sure the text wraps appropriately within the JTextArea and also allows words to be broken at natural boundaries rather than in the middle of a word. You also ensured that the wrapping the JTextArea in a JScrollPane allows the user to scroll through the text if it exceeds the visible area, enhancing usability for longer descriptions which is a great feature we did not consider.
Event post screen updated with event description