[Schmitzm-commits] r2343 - trunk/schmitzm-core/src/main/java/de/schmitzm/swing
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Jun 10 13:22:54 CEST 2013
Author: mojays
Date: 2013-06-10 13:22:54 +0200 (Mon, 10 Jun 2013)
New Revision: 2343
Modified:
trunk/schmitzm-core/src/main/java/de/schmitzm/swing/GUIBuilder.java
Log:
JavaDoc corrected
Modified: trunk/schmitzm-core/src/main/java/de/schmitzm/swing/GUIBuilder.java
===================================================================
--- trunk/schmitzm-core/src/main/java/de/schmitzm/swing/GUIBuilder.java 2013-06-09 21:20:04 UTC (rev 2342)
+++ trunk/schmitzm-core/src/main/java/de/schmitzm/swing/GUIBuilder.java 2013-06-10 11:22:54 UTC (rev 2343)
@@ -132,8 +132,7 @@
}
/**
- * Creates a {@link JLabel} styled as header label in
- * {@link KontaktInformationPanel}.
+ * Creates a {@link JLabel} styled as header label.
*/
public JLabel createHeaderLabel(String caption) {
JLabel label = new JLabel(caption);
@@ -142,8 +141,7 @@
}
/**
- * Creates a {@link JLabel} styled as header label in
- * {@link KontaktInformationPanel}.
+ * Creates a {@link JLabel} styled as section header label.
*/
public JLabel createSectionLabel(String caption) {
JLabel label = new JLabel(caption);
@@ -153,8 +151,7 @@
}
/**
- * Creates a {@link JLabel} styled to show a comment in
- * {@link KontaktInformationPanel}.
+ * Creates a {@link JLabel} styled to show a comment.
*/
public JLabel createCommentLabel(String caption) {
JLabel label = new JLabel(caption);
@@ -163,8 +160,7 @@
}
/**
- * Creates a {@link JLabel} styled to show normal (read-only) content in
- * {@link KontaktInformationPanel}.
+ * Creates a {@link JLabel} styled to show normal (read-only) content.
*/
public JLabel createContentLabel(String caption) {
JLabel label = new JLabel(caption);
More information about the Schmitzm-commits
mailing list