mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Synchronize access to DataContentViewerArtifact.setDataView()
This commit is contained in:
parent
3ff70f1606
commit
ecef45e984
@ -390,7 +390,7 @@ public class DataContentViewerArtifact extends javax.swing.JPanel implements Dat
|
|||||||
* @param artifacts List of artifacts that could be displayed
|
* @param artifacts List of artifacts that could be displayed
|
||||||
* @param offset Index into the list for the artifact to display
|
* @param offset Index into the list for the artifact to display
|
||||||
*/
|
*/
|
||||||
private void setDataView(int offset) {
|
private synchronized void setDataView(int offset) {
|
||||||
this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
||||||
outputViewPane.setText(WAIT_TEXT);
|
outputViewPane.setText(WAIT_TEXT);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user