Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 23, 2022 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/95c74a53b306fa4ac259173c68432511 to your computer and use it in GitHub Desktop.
Save parzibyte/95c74a53b306fa4ac259173c68432511 to your computer and use it in GitHub Desktop.
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java to edit this template
*/
package me.parzibyte.ejemploswing;
/**
*
* @author parzibyte
*/
public class EjemploSwing {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment