I can’t understand why the JScrollpane won’t be added to JTextArea, is this because of some sort of layout problem? This is a text editor made by my friend, he initially made it with only AWT but I then replaced AWT TextArea with swing’s JTextArea to wrap text. Output: Edit: Thanks everyone who invested their time for me. I figured