Java SwingWorker while using SWT

后端 未结 1 334
灰色年华
灰色年华 2021-01-29 13:43

I have a problem as follows:

I\'ve written a simple minimalistic Application that utilizes the SWT for the GUI. In a specific tab, where it displays a table that get\'s

相关标签:
1条回答
  • 2021-01-29 14:02

    If you are using Eclipse RCP, you should use Jobs API. In plain SWT, there is no built-in solution. You need to use Display.asyncExec to update the table.

    0 讨论(0)
提交回复
热议问题