Skip to content

Use invokeLater or invokeAndWait for GUI creation and manipulation #206

Description

@maximilianpilz

According to the javax.swing documentation some of the accesses that the application currently does on threads other than the AWT event dispatching thread have to be done on it instead via javax.swing.SwingUtilities.invokeLater or javax.swing.SwingUtilities.invokeAndWait .

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsyncedTicket has been synced to an internal issue tracker

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions