MCPcopy Create free account
hub / github.com/bobbylight/RText / createLabel

Method createLabel

src/main/java/org/fife/rtext/StatusBar.java:186–190  ·  view source on GitHub ↗
(ResourceBundle bundle, String key)

Source from the content-addressed store, hash-verified

184
185
186 private static JLabel createLabel(ResourceBundle bundle, String key) {
187 JLabel label = new JLabel(bundle.getString(key));
188 label.setHorizontalAlignment(JLabel.CENTER);
189 return label;
190 }
191
192
193 /**

Callers 1

StatusBarMethod · 0.95

Calls 1

getStringMethod · 0.45

Tested by

no test coverage detected