proper window title;
authorwenzelm
Sat, 12 Jan 2013 22:14:29 +0100
changeset 50855 3f9a24e7349e
parent 50854 2b15227b17e8
child 50856 c091e46ec3c5
proper window title;
src/Pure/ML/ml_statistics.scala
--- 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
         }