Talk:Swing (Java): Difference between revisions

Content deleted Content added
Line 55:
EventQueue.invokeLater (new Thread());
}
}'''
 
This is a cleaned up version of HelloWorld.java
Cleaned up Hello World
For some reason I can't get the top three lines to format right in this setting.
 
'''
import javax.swing.JFrame;
import javax.swing.JLabel;
Line 77 ⟶ 79:
}
}
'''
[[User:Ncmathsadist|Ncmathsadist]] ([[User talk:Ncmathsadist|talk]]) 00:24, 29 January 2012 (UTC)ncmathsadist
 
=== Cryptic example ===