Enroi commented on pull request #2278:
URL: https://github.com/apache/netbeans/pull/2278#issuecomment-706602190
Hello, sorry for close your reply. I did not understand what this link does.
About you comment.
You have written "SwingUtilities#invokeLater is a candidate to handle this"
but I can not understand how to use SwingUtilities#invokeLater here.
I tested such code, but it does not work
`private void tableDataChanged() {
setCount(backingTable.getRowCount());
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
fireTableDataChanged();
}
});
}`
Do you propose to replace every invoke of tableDataChanged with
SwingUtilities.invokeLater(... tableDataChanged() ... ) ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists