src/Pure/System/gui_setup.scala
changeset 31862 53acb8ec6c51
parent 31860 e49011bb85da
child 31928 2d8e50886558
equal deleted inserted replaced
31861:1bb5fe96f61e 31862:53acb8ec6c51
    14 
    14 
    15 object GUI_Setup extends GUIApplication
    15 object GUI_Setup extends GUIApplication
    16 {
    16 {
    17   def main(args: Array[String]) =
    17   def main(args: Array[String]) =
    18   {
    18   {
    19     Swing.later {
    19     Swing_Thread.later {
    20       UIManager.setLookAndFeel(Platform.look_and_feel)
    20       UIManager.setLookAndFeel(Platform.look_and_feel)
    21       top.pack()
    21       top.pack()
    22       top.visible = true
    22       top.visible = true
    23     }
    23     }
    24   }
    24   }