Package net.sf.arianne.marboard.client.gui.dialog

Examples of net.sf.arianne.marboard.client.gui.dialog.Log4jSwingAppender


  public void createWindow() {
    nativeLookAndFeel();

    frame = new JFrame();

    Logger.getRootLogger().addAppender(new Log4jSwingAppender());
    Log4jSwingAppender.setMainFrame(frame);

    // title bar
    frame.setTitle("Marboard");
    frame.setIconImage(new ImageIcon(getClass().getResource("marboard-icon.png")).getImage());
View Full Code Here

TOP

Related Classes of net.sf.arianne.marboard.client.gui.dialog.Log4jSwingAppender

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.