Instance Constructors
-
new
Frame(gc: GraphicsConfiguration = null)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
bounds: java.awt.Rectangle
-
def
bounds_=(rect: Rectangle): Unit
-
def
centerOnScreen(): Unit
-
def
clone(): AnyRef
-
def
close(): Unit
-
def
closeOperation(): Unit
-
def
componentOrientation: ComponentOrientation
-
def
componentOrientation_=(x: ComponentOrientation): Unit
-
-
def
contents_=(c: Component): Unit
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
deafTo(ps: Publisher*): Unit
-
def
defaultButton: Option[Button]
-
def
defaultButton_=(b: Option[Button]): Unit
-
def
defaultButton_=(b: Button): Unit
-
def
displayable: Boolean
-
def
dispose(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
iconImage: Image
-
def
iconImage_=(i: Image): Unit
-
def
iconified: Boolean
-
def
iconify(): Unit
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
listenTo(ps: Publisher*): Unit
-
val
listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
-
def
locale: Locale
-
def
location: java.awt.Point
-
def
locationOnScreen: java.awt.Point
-
def
location_=(p: Point): Unit
-
def
maximize(): Unit
-
def
maximized: Boolean
-
def
maximumSize: java.awt.Dimension
-
def
maximumSize_=(x: Dimension): Unit
-
-
def
menuBar_=(m: MenuBar): Unit
-
def
minimumSize: java.awt.Dimension
-
def
minimumSize_=(x: Dimension): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onFirstSubscribe(): Unit
-
def
onLastUnsubscribe(): Unit
-
def
open(): Unit
-
-
def
pack(): Frame.this.type
-
-
def
preferredSize: java.awt.Dimension
-
def
preferredSize_=(x: Dimension): Unit
-
def
publish(e: Event): Unit
-
-
def
repaint(rect: Rectangle): Unit
-
def
repaint(): Unit
-
def
resizable: Boolean
-
def
resizable_=(b: Boolean): Unit
-
def
self: java.awt.Component
-
def
setLocationRelativeTo(c: UIElement): Unit
-
def
showing: Boolean
-
def
size: java.awt.Dimension
-
def
size_=(size: Dimension): Unit
-
def
subscribe(listener: Reaction): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
title: String
-
def
title_=(s: String): Unit
-
def
toString(): String
-
def
toolkit: Toolkit
-
def
uniconify(): Unit
-
def
unmaximize(): Unit
-
def
unsubscribe(listener: Reaction): Unit
-
def
validate(): Unit
-
def
visible: Boolean
-
def
visible_=(b: Boolean): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from LazyPublisher
Inherited from Proxy
Inherited from Any
A window with decoration such as a title, border, and action buttons.
An AWT window cannot be wrapped dynamically with this class, i.e., you cannot write something like new Window { def peer = myAWTWindow }
javax.swing.JFrame