BAEL-20927: Migrate core-java to com.baeldung package

This commit is contained in:
Krzysztof Woyke
2020-01-16 13:26:09 +01:00
parent f004b3f4bc
commit 24e980ae1e
6 changed files with 9 additions and 19 deletions

View File

@@ -1,10 +0,0 @@
package org.baeldung.executable;
import javax.swing.*;
public class ExecutableMavenJar {
public static void main(String[] args) {
JOptionPane.showMessageDialog(null, "It worked!", "Executable Jar with Maven", 1);
}
}