Package org.twodividedbyzero.idea.findbugs.gui.preferences

Examples of org.twodividedbyzero.idea.findbugs.gui.preferences.ConfigurationPanel


  }


  public JComponent createComponent() {
    if (_configPanel == null) {
      _configPanel = new ConfigurationPanel(this);
    }
    return _configPanel;
  }
View Full Code Here

TOP

Related Classes of org.twodividedbyzero.idea.findbugs.gui.preferences.ConfigurationPanel

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.