src/Pure/GUI/gui.scala
changeset 54659 b636dab842f3
parent 54658 a6697947e277
child 54676 6b2ca4850b71
equal deleted inserted replaced
54658:a6697947e277 54659:b636dab842f3
   125 
   125 
   126 
   126 
   127   /* icon */
   127   /* icon */
   128 
   128 
   129   def isabelle_icon(): ImageIcon =
   129   def isabelle_icon(): ImageIcon =
   130     new ImageIcon(getClass.getClassLoader.getResource("isabelle/isabelle-icon.gif"))
   130     new ImageIcon(getClass.getClassLoader.getResource("isabelle/isabelle-32.gif"))
   131 
   131 
   132   def isabelle_image(): Image = isabelle_icon().getImage
   132   def isabelle_image(): Image = isabelle_icon().getImage
   133 
   133 
   134 
   134 
   135   /* component hierachy */
   135   /* component hierachy */