Search code examples
javaswingjframejlabeljtextarea

How to put JLabel behind JTextArea?


I have a JFrame, JLabel and JTextArea. How put layered JLabel and JTexrArea such that JTextArea is just above Jlabel (like layered) in the JFrame?


Solution

  • JLayeredPane has ordering for Layers