mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Setting Arduino icon for serial monitor window.
http://code.google.com/p/arduino/issues/detail?id=564
This commit is contained in:
parent
0020105283
commit
bd6c90e5b8
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user