Content deleted Content added
m Fixing usages of Javadoc:SE |
fix the incoherent descriptive nature of the hello world example code snippet |
||
Line 102:
public class Hello extends JFrame {
public Hello() {
super("
}
public static void main(
SwingUtilities.invokeLater(Hello::new);
}
|