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.
我有一个复合材料,在某些情况下应该会崩溃。
当合成物被折叠时——应该通过绘制折叠合成物的图像来指示状态。
我将如何实现这是 SWT?我可以以某种方式接管绘图,并在小部件的画布上绘制其他东西吗?
你应该看看 StackLayout。
使用 StackLayout,您可以在其中放置一个显示所需图像的小部件。当您想要“折叠”您的合成时,您只需将其移回以使其不可见并将图像放在 StackLayout 的顶部。