Talk:Swing (Java): Difference between revisions

Content deleted Content added
Stolsvik (talk | contribs)
m Collecting the comments about the Swing example. It is plainly AMAZING how much incorrect understanding there is about this, and it AMAZES me that people destroys a correct example to becom incorrect.
Stolsvik (talk | contribs)
Line 39:
 
I think the example isn't great. I have removed the anonymous class, but really it just shows what a poor example it is.. something along these lines would be clearer.. [[User:Simonjl|Simonjl]]
: You, Simon, should read up on Swing's requirements in regard to thread safety. Your example handles components off of the EDT, which is SPECIFICALLY not correct. DonDo NOT spread knowledge you do not posses. [[User:Stolsvik|Stolsvik]] ([[User talk:Stolsvik|talk]]) 07:53, 30 June 2010 (UTC)
 
public class HelloWorld {