swingops

object swingops

Life-quality improvements for working with the Swing GUI library in Scala.

class Object
trait Matchable
class Any
Keywords

Type members

Classlikes

object Dimension
object Point
object Rectangle

Extensions

Extensions

extension (self: Dimension)
def higher(amount: Int): Dimension
def wider(amount: Int): Dimension
def withHeight(height: Int): Dimension
def withWidth(width: Int): Dimension
extension (self: Label)
def iconOption_=(newIcon: Option[Icon]): Unit
extension (self: BufferedImage)
def height: Int
def width: Int
extension (self: Window)
def setTitleBarPic(newPic: Option[Pic]): Unit