HomeSort by relevance Sort by last modified time
    Searched full:warninglabel (Results 1 - 1 of 1) sorted by null

  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
MigratorFrame.java 82 private JLabel warningLabel;
155 slh.placeBelow(folderLabel, warningLabel, 0, BASIC_PADDING * 3);
157 slh.placeBelow(warningLabel, awareCheckBox, 0, (int) (BASIC_PADDING * 1.5));
181 getContentPane().add(warningLabel);
247 warningLabel = new JLabel();
248 warningLabel.setText("<html>" + "<p><span color=\"red\">WARNING:</span> This SLF4J migration tool will directly modify all Java source files</p>"

Completed in 829 milliseconds