Content deleted Content added
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. |
m →Hello World doesn't run?: speling |
||
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.
public class HelloWorld {
|