mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
better icon for the editor
This commit is contained in:
@@ -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
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 |
Reference in New Issue
Block a user