aboutsummaryrefslogtreecommitdiff
path: root/src/clojure
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2009-06-02 15:10:45 +0000
committerscgilardi <scgilardi@gmail.com>2009-06-02 15:10:45 +0000
commit62976a684da2984bec184324dfb3269b7de916e5 (patch)
tree1854ec48892b7e4bac8f3a9014db6bdd56c386fd /src/clojure
parentd7a1bbcc8111525f85f056410b10dd517092b639 (diff)
miglayout: update doc string to note that the containuer must now be a JComponent, not a Container
Diffstat (limited to 'src/clojure')
-rw-r--r--src/clojure/contrib/miglayout.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/miglayout.clj b/src/clojure/contrib/miglayout.clj
index a481d20f..67aced84 100644
--- a/src/clojure/contrib/miglayout.clj
+++ b/src/clojure/contrib/miglayout.clj
@@ -35,7 +35,7 @@ Example:
(:use clojure.contrib.miglayout.internal))
(defn miglayout
- "Adds java.awt.Components to a java.awt.Container with constraints
+ "Adds java.awt.Components to a javax.swing.JComponent with constraints
formatted for the MiGLayout layout manager.
Arguments: container [item constraint*]*