I\'m trying to create a translucent window with Java on OSX and add a JLabel to it.
JLabel
This JLabel changes its text every second....
I don't know if the problem is solved, but I solved it in my application with a "Frame.repaint();"
So every second my Frame will be repainted and my JLabel will be updatet with the actual time.