Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 个文本框,一个面板,在面板中我有一个图形:
Graphics g=myPanel.CreateGraphics();
当我从第一个文本框中单击“Tab”时,焦点移动到第二个文本框,我的图形神奇地消失了!