posted 13 years ago
Hello all,
I am hoping you can help me with what I am trying to achieve. I would like to tell a JLabel or subclass thereof not to repaint when the application calls the repaint method. I know you can use setIgnoreRepaint(true); but that only works for OS level calls not from within the application.
Thank you in advance,
Ben