Remove hello world comment

main
sgoudham 3 years ago
parent ca69b56b6c
commit 2615a53a02
No known key found for this signature in database
GPG Key ID: EF51A29A50FB754C

@ -1,15 +1,10 @@
package me.goudham;
import me.goudham.view.ClipboardView;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import javax.swing.UnsupportedLookAndFeelException;
import me.goudham.view.ClipboardView;
/**
* Hello world!
*
*/
public class Main {
public static void main(String[] args) throws UnsupportedLookAndFeelException, ClassNotFoundException, InstantiationException, IllegalAccessException {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

Loading…
Cancel
Save