Package ua.pp.bizon.cripto.gui

Examples of ua.pp.bizon.cripto.gui.MainFrame


    @SuppressWarnings("deprecation")
    public static void main(String[] args) {
        System.out.println(Arrays.asList(args));
        try {
            if (args.length == 1 && args[0].equals("--gui")) {
                new MainFrame().setVisible(true);
            } else {
                ConfigurationFactory factory = new ConfigurationFactory();
                factory.configure(args);
                Configuration c = factory.getConfiguration();
                if (c == null) {
View Full Code Here

TOP

Related Classes of ua.pp.bizon.cripto.gui.MainFrame

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.