Package org.fuin.utils4swing.annotations

Annotations for easier swing development.

See:
          Description

Annotation Types Summary
InvokeAndWait Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeAndWait(Runnable).
InvokeLater Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeLater(Runnable).
 

Package org.fuin.utils4swing.annotations Description

Annotations for easier swing development.



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.