Package br.com.procempa.modus.ui

Examples of br.com.procempa.modus.ui.ErrorView


    log.setException("TestException");
    ErrorView.getInstance(log).setVisible(true);
  }

  public void testMainShow() {
    ErrorView v = (ErrorView) ErrorView.getInstance(log);
    assertNotNull(v);
    try {
      Thread.sleep(100000);
    } catch (InterruptedException e) {
      // TODO Auto-generated catch block
View Full Code Here

TOP

Related Classes of br.com.procempa.modus.ui.ErrorView

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.