Avoid trailing while dragging control
-
Hi, I have implemented a control dragging system. Basicly i'm dragging panels inside a panel. The thing is that i decided to put an image in the main panel background. But that makes my other panels leave a trail when i drag them. Does anyone has an explanation/solution for this? Thx, Nuno
-
Hi, I have implemented a control dragging system. Basicly i'm dragging panels inside a panel. The thing is that i decided to put an image in the main panel background. But that makes my other panels leave a trail when i drag them. Does anyone has an explanation/solution for this? Thx, Nuno
...A persistent trail? Meaning, it ghosts the panel all over the place and they artifact the screen? Try putting your panels inside a BufferedGraphics object(you need to double buffer your screen display....a BufferedGraphics object will implement the backbuffer for you)
Welcome my son...Welcome..to the Machine
-
...A persistent trail? Meaning, it ghosts the panel all over the place and they artifact the screen? Try putting your panels inside a BufferedGraphics object(you need to double buffer your screen display....a BufferedGraphics object will implement the backbuffer for you)
Welcome my son...Welcome..to the Machine
Hi, Thx for your reply. Can you point me an example? Thx, Nuno
-
Hi, Thx for your reply. Can you point me an example? Thx, Nuno
-
Hi, Thx for your reply. Can you point me an example? Thx, Nuno