nebula
nebula

Reputation: 3972

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?

Upvotes: 2

Views: 739

Answers (1)

mKorbel
mKorbel

Reputation: 109815

JLayeredPane has ordering for Layers

Upvotes: 2

Related Questions