Package org.pdfsam.guiclient.business.listeners

Examples of org.pdfsam.guiclient.business.listeners.MainWindowListener


          }
          getContentPane().add(verticalSplitPane,BorderLayout.CENTER);
         
          setSize(640, 480);
      setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
      addWindowListener(new MainWindowListener(this));

    }catch(Exception e){
      log.fatal(GettextResource.gettext(Configuration.getInstance().getI18nResourceBundle(),"Error starting pdfsam."),e);
    }
   
View Full Code Here

TOP

Related Classes of org.pdfsam.guiclient.business.listeners.MainWindowListener

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.