src/Tools/jEdit/src/theories_dockable.scala
changeset 62973 744266e32612
parent 62052 8bcbf1c93119
child 64442 85adb337e32f
equal deleted inserted replaced
62972:0eedd78c2b47 62973:744266e32612
    78   }
    78   }
    79 
    79 
    80   private val continuous_checking = new Isabelle.Continuous_Checking
    80   private val continuous_checking = new Isabelle.Continuous_Checking
    81   continuous_checking.focusable = false
    81   continuous_checking.focusable = false
    82 
    82 
    83   private val logic = Isabelle_Logic.logic_selector(true)
    83   private val logic = JEdit_Sessions.logic_selector(true)
    84 
    84 
    85   private val controls =
    85   private val controls =
    86     new Wrap_Panel(Wrap_Panel.Alignment.Right)(continuous_checking, session_phase, logic)
    86     new Wrap_Panel(Wrap_Panel.Alignment.Right)(continuous_checking, session_phase, logic)
    87   add(controls.peer, BorderLayout.NORTH)
    87   add(controls.peer, BorderLayout.NORTH)
    88 
    88