Changeset 837
- Timestamp:
- 09/04/10 14:20:18 (17 months ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 1 modified
-
images/icon_32.png (added)
-
jlatexeditor/JLatexEditorJFrame.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java
r835 r837 151 151 Runtime.getRuntime().addShutdownHook(new ShutdownHook(this)); 152 152 153 initFileChooser(); 153 initFileChooser(); 154 155 // set icon 156 try { 157 setIconImage(new ImageIcon(StreamUtils.readBytesFromInputStream(StreamUtils.getInputStream("images/icon_32.png"))).getImage()); 158 } catch (Exception e) { 159 e.printStackTrace(); 160 } 154 161 155 162 /*
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo_xmas.png)