/// <summary>
		/// Sets the currently active <code>JInternalFrame</code>
		/// in this <code>JDesktopPane</code>.
		/// </summary>
		public void setSelectedFrame(JInternalFrame @f)
		{
		}
		/// <summary>
		/// Constructs an <code>InternalFrameEvent</code> object.
		/// </summary>
		public InternalFrameEvent(JInternalFrame @source, int @id)
		{
		}
Beispiel #3
0
 /// <summary>
 /// Sets the currently active <code>JInternalFrame</code>
 /// in this <code>JDesktopPane</code>.
 /// </summary>
 public void setSelectedFrame(JInternalFrame @f)
 {
 }