Revision: 2320
http://sourceforge.net/p/swingme/code/2320
Author: yuranet
Date: 2014-09-24 19:25:39 +0000 (Wed, 24 Sep 2014)
Log Message:
-----------
some doc
Modified Paths:
--------------
SwingME/src/net/yura/mobile/gui/layout/GridBagConstraints.java
Modified: SwingME/src/net/yura/mobile/gui/layout/GridBagConstraints.java
===================================================================
--- SwingME/src/net/yura/mobile/gui/layout/GridBagConstraints.java 2014-08-05 23:33:04 UTC (rev 2319)
+++ SwingME/src/net/yura/mobile/gui/layout/GridBagConstraints.java 2014-09-24 19:25:39 UTC (rev 2320)
@@ -44,14 +44,20 @@
public int rowSpan;
/**
+ * can be: "fill", "center", "left", "right"
* @see java.awt.GridBagConstraints#anchor GridBagConstraints.anchor
* @see java.awt.GridBagConstraints#fill GridBagConstraints.fill
+ * @see java.awt.Component#getAlignmentX() Component.getAlignmentX
+ * @see javax.swing.JComponent#setAlignmentX(float) JComponent.setAlignmentX
*/
public String halign;
/**
+ * can be: "fill", "center", "top", "bottom"
* @see java.awt.GridBagConstraints#anchor GridBagConstraints.anchor
* @see java.awt.GridBagConstraints#fill GridBagConstraints.fill
+ * @see java.awt.Component#getAlignmentY() Component.getAlignmentY
+ * @see javax.swing.JComponent#setAlignmentY(float) JComponent.setAlignmentY
*/
public String valign;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|