src/Pure/ML/ml_statistics.scala
changeset 50855 3f9a24e7349e
parent 50854 2b15227b17e8
child 50974 55f8bd61b029
--- a/src/Pure/ML/ml_statistics.scala	Sat Jan 12 22:08:38 2013 +0100
+++ b/src/Pure/ML/ml_statistics.scala	Sat Jan 12 22:14:29 2013 +0100
@@ -109,6 +109,7 @@
       Swing_Thread.later {
         new Frame {
           iconImage = Isabelle_System.get_icon().getImage
+          title = "ML statistics"
           contents = Component.wrap(new ChartPanel(c))
           visible = true
         }