All Downloads are FREE. Search and download functionalities are using the official Maven repository.

moreswing.swing.event.InternalFrameIconified.scala Maven / Gradle / Ivy

The newest version!
package moreswing.swing.event

import moreswing.swing.InternalFrame

/** Internal frame is iconified.
 *
 * @param source of event
 *
 * @author myst3r10n
 */
case class InternalFrameIconified(
  override val source: InternalFrame)
  extends InternalFrameEvent(source)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy