学习了Scala界面Scala界面Panel、Layout实战详解,Panel是一个容器,有很多子类,复写了方法top,定义了button和label,在BoxPanel中加入button和label例子如下
Import scala.swing._
Object GUI_Panel_Layout extends simpleswingApplication{
def top =new MaiFram{
Title=”Second GUI”
Val button=new Button{
Text=”scala”
}
Val label = new label {
Text=”here is spark!!!”
}
Contents=new BoxPanel(Orientation.Vertical){
Contents+=button
Contents+=label
Border=swing.EmptyBorder(50,50,50,50)
}
}
王家林亲授 大数据开发语言《Scala深入浅出实战经典》(1-71讲全部视频、代码、PPT)下载 ,总共有140讲Scala视频!
百度云:http://pan.baidu.com/s/1jGjFpWy
腾讯微云:http://url.cn/TnGbdC
360云盘:http://yunpan.cn/cQ4c2UALDjSKy 访问密码 45e2
时间: 2024-10-13 02:12:28