1
0
forked from GitHub/gf-core

better icon for the editor

This commit is contained in:
hdaniels
2005-06-23 11:48:10 +00:00
parent 82a8acca71
commit 46e7ad75aa
4 changed files with 3 additions and 3 deletions

View File

@@ -468,10 +468,10 @@ KeyListener, FocusListener {
this.commandPath = gfcmd;
Image icon = null;
try {
final URL iconURL = ClassLoader.getSystemResource("gf-logo-64.gif");
final URL iconURL = ClassLoader.getSystemResource("gf-icon.gif");
icon = Toolkit.getDefaultToolkit().getImage(iconURL);
} catch (NullPointerException npe) {
logger.info("gf-logo-64.gif could not be found.\n" + npe.getLocalizedMessage());
logger.info("gf-icon.gif could not be found.\n" + npe.getLocalizedMessage());
}
initializeGUI(baseURL, isHtml, icon);
initializeGF(gfcmd, null);

BIN
src/JavaGUI2/gf-icon.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB