#BlueJ class context
comment0.target=class\ VerticalFlowLayout
comment1.target=currentSerialVersion
comment10.params=hgap
comment10.target=void\ setHgap(int)
comment10.text=\nSets\ the\ horizontal\ gap\ between\ components.\n@param\ hgap\ the\ horizontal\ gap\ between\ components\n@see\ \ \ \ \ \ \ \ java.awt.FlowLayout\#getHgap\n@since\ \ \ \ \ \ JDK1.1\n\n
comment11.target=BOTTOM
comment11.text=\nThis\ value\ indicates\ that\ each\ row\ of\ components\nshould\ be\ right-justified.\n\n
comment12.params=target
comment12.target=void\ layoutContainer(Container)
comment12.text=\nLays\ out\ the\ container.\ This\ method\ lets\ each\ component\ take\nits\ preferred\ size\ by\ reshaping\ the\ components\ in\ the\ntarget\ container\ in\ order\ to\ satisfy\ the\ constraints\ of\nthis\ FlowLayout
\ object.\n@param\ target\ the\ specified\ component\ being\ laid\ out.\n@see\ Container\n@see\ \ \ \ \ \ \ java.awt.Container\#doLayout\n\n
comment13.params=vgap
comment13.target=void\ setVgap(int)
comment13.text=\nSets\ the\ vertical\ gap\ between\ components.\n@param\ vgap\ the\ vertical\ gap\ between\ components\n@see\ \ \ \ \ \ \ \ java.awt.FlowLayout\#getVgap\n@since\ \ \ \ \ \ JDK1.1\n\n
comment14.target=LEADING
comment14.text=\nThis\ value\ indicates\ that\ each\ row\ of\ components\nshould\ be\ justified\ to\ the\ leading\ edge\ of\ the\ container's\norientation,\ e.g.\ to\ the\ left\ in\ left-to-right\ orientations.\n\n@see\ \ \ \ \ java.awt.Component\#getComponentOrientation\n@see\ \ \ \ \ java.awt.ComponentOrientation\n@since\ \ \ 1.2\nPackage-private\ pending\ API\ change\ approval\n\n
comment15.params=target
comment15.target=Dimension\ minimumLayoutSize(Container)
comment15.text=\nReturns\ the\ minimum\ dimensions\ needed\ to\ layout\ the\ components\ncontained\ in\ the\ specified\ target\ container.\n@param\ target\ the\ component\ which\ needs\ to\ be\ laid\ out\n@return\ \ \ \ the\ minimum\ dimensions\ to\ lay\ out\ the\nsubcomponents\ of\ the\ specified\ container.\n@see\ \#preferredLayoutSize\n@see\ \ \ \ \ \ \ java.awt.Container\n@see\ \ \ \ \ \ \ java.awt.Container\#doLayout\n\n
comment16.target=newAlign
comment16.text=\nnewAlign
\ is\ the\ property\ that\ determines\nhow\ each\ row\ distributes\ empty\ space\ for\ the\ Java\ 2\ platform,\ v1.2\ and\ greater.\nIt\ can\ be\ one\ of\ the\ following\ three\ values\ \:\nTOP
\nBOTTOM
\nCENTER
\n\n@serial\n@since\ 1.2\n@see\ \#getAlignment\n@see\ \#setAlignment\n\n
comment17.target=serialVersionOnStream
comment17.text=\nThis\ represent\ the\ currentSerialVersion
\nwhich\ is\ bein\ used.\ \ It\ will\ be\ one\ of\ two\ values\ \:\n0
\ versions\ before\ Java\ 2\ platform\ v1.2..\n1
\ versions\ after\ \ Java\ 2\ platform\ v1.2..\n\n@serial\n@since\ 1.2\n\n
comment18.params=
comment18.target=int\ getAlignment()
comment18.text=\nGets\ the\ alignment\ for\ this\ layout.\nPossible\ values\ are\ FlowLayout.TOP
,\nFlowLayout.BOTTOM
,\ or\ FlowLayout.CENTER
.\n@return\ \ \ \ \ the\ alignment\ value\ for\ this\ layout.\n@see\ \ \ \ \ \ \ \ java.awt.FlowLayout\#setAlignment\n@since\ \ \ \ \ \ JDK1.1\n\n
comment19.params=
comment19.target=int\ getHgap()
comment19.text=\nGets\ the\ horizontal\ gap\ between\ components.\n@return\ \ \ \ \ the\ horizontal\ gap\ between\ components.\n@see\ \ \ \ \ \ \ \ java.awt.FlowLayout\#setHgap\n@since\ \ \ \ \ \ JDK1.1\n\n
comment2.params=target
comment2.target=Dimension\ preferredLayoutSize(Container)
comment2.text=\nReturns\ the\ preferred\ dimensions\ for\ this\ layout\ given\ the\ components\nin\ the\ specified\ target\ container.\n@param\ target\ the\ component\ which\ needs\ to\ be\ laid\ out\n@return\ \ \ \ the\ preferred\ dimensions\ to\ lay\ out\ the\nsubcomponents\ of\ the\ specified\ container.\n@see\ Container\n@see\ \#minimumLayoutSize\n@see\ \ \ \ \ \ \ java.awt.Container\#getPreferredSize\n\n
comment20.target=TOP
comment20.text=\nThis\ value\ indicates\ that\ each\ row\ of\ components\nshould\ be\ left-justified.\n\n
comment21.params=
comment21.target=String\ toString()
comment21.text=\nReturns\ a\ string\ representation\ of\ this\ FlowLayout
\nobject\ and\ its\ values.\n@return\ \ \ \ \ a\ string\ representation\ of\ this\ layout.\n\n
comment22.params=
comment22.target=int\ getVgap()
comment22.text=\nGets\ the\ vertical\ gap\ between\ components.\n@return\ \ \ \ \ the\ vertical\ gap\ between\ components.\n@see\ \ \ \ \ \ \ \ java.awt.FlowLayout\#setVgap\n@since\ \ \ \ \ \ JDK1.1\n\n
comment23.target=TRAILING
comment23.text=\nThis\ value\ indicates\ that\ each\ row\ of\ components\nshould\ be\ justified\ to\ the\ leading\ edge\ of\ the\ container's\norientation,\ e.g.\ to\ the\ right\ in\ left-to-right\ orientations.\n\n@see\ \ \ \ \ java.awt.Component\#getComponentOrientation\n@see\ \ \ \ \ java.awt.ComponentOrientation\n@since\ \ \ 1.2\nPackage-private\ pending\ API\ change\ approval\n\n
comment24.target=align
comment24.text=\nalign
\ is\ the\ proprty\ that\ determines\nhow\ each\ row\ distributes\ empty\ space.\nIt\ can\ be\ one\ of\ the\ following\ three\ values\ \:\nTOP
\nBOTTOM
\nCENTER
\n\n@serial\n@see\ \#getAlignment\n@see\ \#setAlignment\n\n
comment25.params=
comment25.target=VerticalFlowLayout()
comment25.text=\nConstructs\ a\ new\ Flow\ Layout\ with\ a\ centered\ alignment\ and\ a\ndefault\ 5-unit\ horizontal\ and\ vertical\ gap.\n\n
comment26.params=align
comment26.target=VerticalFlowLayout(int)
comment26.text=\nConstructs\ a\ new\ Flow\ Layout\ with\ the\ specified\ alignment\ and\ a\ndefault\ 5-unit\ horizontal\ and\ vertical\ gap.\nThe\ value\ of\ the\ alignment\ argument\ must\ be\ one\ of\nFlowLayout.TOP
,\ FlowLayout.BOTTOM
,\nor\ FlowLayout.CENTER
.\n@param\ align\ the\ alignment\ value\n\n
comment27.params=align\ hgap\ vgap
comment27.target=VerticalFlowLayout(int,int,int)
comment27.text=\nCreates\ a\ new\ flow\ layout\ manager\ with\ the\ indicated\ alignment\nand\ the\ indicated\ horizontal\ and\ vertical\ gaps.\n
\nThe\ value\ of\ the\ alignment\ argument\ must\ be\ one\ of\nFlowLayout.TOP
,\ FlowLayout.BOTTOM
,\nor\ FlowLayout.CENTER
.\n@param\ \ \ \ \ \ align\ \ \ the\ alignment\ value.\n@param\ \ \ \ \ \ hgap\ \ \ \ the\ horizontal\ gap\ between\ components.\n@param\ \ \ \ \ \ vgap\ \ \ \ the\ vertical\ gap\ between\ components.\n\n
comment28.target=CENTER
comment28.text=\nThis\ value\ indicates\ that\ each\ row\ of\ components\nshould\ be\ centered.\n\n
comment29.params=target\ x\ y\ width\ height\ rowStart\ rowEnd\ ltr
comment29.target=void\ moveComponents(Container,int,int,int,int,int,int,boolean)
comment29.text=\nCenters\ the\ elements\ in\ the\ specified\ row,\ if\ there\ is\ any\ slack.\n@param\ target\ the\ component\ which\ needs\ to\ be\ moved\n@param\ x\ the\ x\ coordinate\n@param\ y\ the\ y\ coordinate\n@param\ width\ the\ width\ dimensions\n@param\ height\ the\ height\ dimensions\n@param\ rowStart\ the\ beginning\ of\ the\ row\n@param\ rowEnd\ the\ the\ ending\ of\ the\ row\n\n
comment3.params=align
comment3.target=void\ setAlignment(int)
comment3.text=\nSets\ the\ alignment\ for\ this\ layout.\nPossible\ values\ are\ FlowLayout.TOP
,\nFlowLayout.BOTTOM
,\ and\ FlowLayout.CENTER
.\n@param\ \ \ \ \ \ align\ the\ alignment\ value.\n@see\ \ \ \ \ \ \ \ \#getAlignment()\n@since\ \ \ \ \ \ JDK1.1\n\n
comment4.target=hgap
comment4.text=\nThe\ flow\ layout\ manager\ allows\ a\ seperation\ of\ncomponents\ with\ gaps.\ \ The\ horizontal\ gap\ will\nspecify\ the\ space\ between\ components.\n\n@serial\n@see\ getHgap\n@see\ setHgap\n\n
comment5.params=stream
comment5.target=void\ readObject(ObjectInputStream)
comment5.text=\nRead\ this\ object\ out\ of\ a\ serialization\ stream,\ handling\nobjects\ written\ by\ older\ versions\ of\ the\ class\ that\ didn't\ contain\ all\nof\ the\ fields\ we\ use\ now..\n\n
comment6.params=comp
comment6.target=void\ removeLayoutComponent(Component)
comment6.text=\nRemoves\ the\ specified\ component\ from\ the\ layout.\ Not\ used\ by\nthis\ class.\n@param\ comp\ the\ component\ to\ remove\n@see\ \ \ \ \ \ \ java.awt.Container\#removeAll\n\n
comment7.target=vgap
comment7.text=\nThe\ flow\ layout\ manager\ allows\ a\ seperation\ of\ncomponents\ with\ gaps.\ \ The\ vertical\ gap\ will\nspecify\ the\ space\ between\ rows.\n\n@serial\n@see\ getVgap\n@see\ setVgap\n\n
comment8.params=name\ comp
comment8.target=void\ addLayoutComponent(String,Component)
comment8.text=\nAdds\ the\ specified\ component\ to\ the\ layout.\ Not\ used\ by\ this\ class.\n@param\ name\ the\ name\ of\ the\ component\n@param\ comp\ the\ component\ to\ be\ added\n\n
comment9.target=serialVersionUID
comment9.text=JDK\ 1.1\ serialVersionUID\n\n
numComments=30