[Solved] java JTextArea(); problem
Hello PROgrammers! I have an issue using JTextArea(); in java... issue: When ever I try to write stuff on JTextArea(in app)... java writes the text on my panel aswell... so Whenever I delete text from my JTextArea... the text still remans in my panel... it does not gets deleted... mycode setup: //these are some codes I believe causing this problem(not sure) - panel.setLayout(null); - panel.setBackground(new Color(255,0,0,200)); //RGBA Other info: - I have made my panel background color to glass color(transparent color) using rgba - if I remove the transparency color, all works fine... Please, share the solutions to me if you find one :) Thanks much! https://www.dropbox.com/s/55venjpllwxmspf/VID_20200509_141155477.mp4?dl=0 - Orange