BAEL-20927: Migrate core-java to com.baeldung package
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user