I would like to ask is there any way to mirror the text horizontally like below image:
Situation:
Currently I have a JFrame
and createJLabels
to add texts into JFrame
.
User can move JLabel
texts around the JFrame
window, and program will update position of the text.
Now I want to:
1) rotate the text (90,180,270,360 degrees)
2) mirror the text vertical and horizontally