Exemplo n.º 1
0
 /// <summary>
 /// Adds the scrollbar that controls the viewports vertical view position
 /// to the scrollpane.
 /// </summary>
 public void setVerticalScrollBar(JScrollBar @verticalScrollBar)
 {
 }
Exemplo n.º 2
0
		/// <summary>
		/// Adds the scrollbar that controls the viewports vertical view position
		/// to the scrollpane.
		/// </summary>
		public void setVerticalScrollBar(JScrollBar @verticalScrollBar)
		{
		}
Exemplo n.º 3
0
 /// <summary>
 /// Adds the scrollbar that controls the viewport's horizontal view
 /// position to the scrollpane.
 /// </summary>
 public void setHorizontalScrollBar(JScrollBar @horizontalScrollBar)
 {
 }
Exemplo n.º 4
0
		/// <summary>
		/// Adds the scrollbar that controls the viewport's horizontal view
		/// position to the scrollpane.
		/// </summary>
		public void setHorizontalScrollBar(JScrollBar @horizontalScrollBar)
		{
		}