IbrahimBilal2005 / CampusPulse

0 stars 0 forks source link

chngpasswrd_and_newevent #14

Closed AhmadIbrahimWaqas closed 2 weeks ago

AhmadIbrahimWaqas commented 2 weeks ago

Event post screen updated with event description

TanayLanghe commented 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.