Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4308022

Difficult to determine when it is safe to use many Swing methods

XMLWordPrintable

    • beta
    • sparc
    • solaris_2.6

      Certain methods of certain swing components can only be called on the event-dispatching thread. The problem is is that it is almost impossible to determine which methods of which components this applies to.

      An example is JEditorPane.setpage(), this method creates a new thread in order to handle the loading of a page. This is very thread unsafe and has to be run on the event dispatch thead, wither through an event handler or by using SwingUtilities.invokeLater(Runnable) or SwingUtilities.invokeAndWait(Runnable)

      This is very badly documented and this should be indicated in the API docs

            kwalrathsunw Kathy Walrath (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: