7 lines
122 B
Scala
7 lines
122 B
Scala
|
|
new MainFrame(){
|
||
|
|
title="Color bars"
|
||
|
|
visible=true
|
||
|
|
preferredSize=new Dimension(640, 320)
|
||
|
|
contents=new ColorBars()
|
||
|
|
}
|