< prev index next >

src/java.desktop/share/classes/javax/swing/package-info.java

Print this page

        

*** 30,40 **** * <a href="http://docs.oracle.com/javase/tutorial/uiswing/index.html" * target="_top">Creating a GUI with JFC/Swing</a>, a trail in * <em>The Java Tutorial</em>. For other resources, see * <a href="#related">Related Documentation</a>. * ! * <h2><a name="threading">Swing's Threading Policy</a></h2> * In general Swing is not thread safe. All Swing components and related * classes, unless otherwise documented, must be accessed on the event * dispatching thread. * <p> * Typical Swing applications do processing in response to an event generated --- 30,40 ---- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/index.html" * target="_top">Creating a GUI with JFC/Swing</a>, a trail in * <em>The Java Tutorial</em>. For other resources, see * <a href="#related">Related Documentation</a>. * ! * <h2><a id="threading">Swing's Threading Policy</a></h2> * In general Swing is not thread safe. All Swing components and related * classes, unless otherwise documented, must be accessed on the event * dispatching thread. * <p> * Typical Swing applications do processing in response to an event generated
*** 108,118 **** * in particular the section on * <a * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"> * Concurrency in Swing</a>. * ! * <h2><a name="related">Related Documentation</a></h2> * For overviews, tutorials, examples, guides, and other documentation, * please see: * <ul> * <li><a href="http://www.oracle.com/technetwork/java/javase/tech/articles-jsp-139072.html" * target="_top">The Swing Connection</a></li> --- 108,118 ---- * in particular the section on * <a * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"> * Concurrency in Swing</a>. * ! * <h2><a id="related">Related Documentation</a></h2> * For overviews, tutorials, examples, guides, and other documentation, * please see: * <ul> * <li><a href="http://www.oracle.com/technetwork/java/javase/tech/articles-jsp-139072.html" * target="_top">The Swing Connection</a></li>
< prev index next >