mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-22 08:22:04 +03:00
Setting Arduino icon for serial monitor window.
http://code.google.com/p/arduino/issues/detail?id=564
This commit is contained in:
@ -196,8 +196,10 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
//PdeKeywords keywords = new PdeKeywords();
|
||||
//sketchbook = new Sketchbook(this);
|
||||
|
||||
if (serialMonitor == null)
|
||||
if (serialMonitor == null) {
|
||||
serialMonitor = new SerialMonitor(Preferences.get("serial.port"));
|
||||
serialMonitor.setIconImage(getIconImage());
|
||||
}
|
||||
|
||||
buildMenuBar();
|
||||
|
||||
|
Reference in New Issue
Block a user