Skip to content

Commit 24e057a

Browse files
committedNov 10, 2010
Setting Arduino icon.
1 parent 0d828a5 commit 24e057a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed
 

‎app/src/processing/app/Editor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public Editor(Base ibase, String path, int[] location) {
151151
super("Arduino");
152152
this.base = ibase;
153153

154-
//Base.setIcon(this);
154+
Base.setIcon(this);
155155

156156
// Install default actions for Run, Present, etc.
157157
resetHandlers();

‎core/src/processing/core/PApplet.java

+13-12
Original file line numberDiff line numberDiff line change
@@ -6957,18 +6957,19 @@ public void componentResized(ComponentEvent e) {
69576957
* GIF image of the Processing logo.
69586958
*/
69596959
static public final byte[] ICON_IMAGE = {
6960-
71, 73, 70, 56, 57, 97, 16, 0, 16, 0, -77, 0, 0, 0, 0, 0, -1, -1, -1, 12,
6961-
12, 13, -15, -15, -14, 45, 57, 74, 54, 80, 111, 47, 71, 97, 62, 88, 117,
6962-
1, 14, 27, 7, 41, 73, 15, 52, 85, 2, 31, 55, 4, 54, 94, 18, 69, 109, 37,
6963-
87, 126, -1, -1, -1, 33, -7, 4, 1, 0, 0, 15, 0, 44, 0, 0, 0, 0, 16, 0, 16,
6964-
0, 0, 4, 122, -16, -107, 114, -86, -67, 83, 30, -42, 26, -17, -100, -45,
6965-
56, -57, -108, 48, 40, 122, -90, 104, 67, -91, -51, 32, -53, 77, -78, -100,
6966-
47, -86, 12, 76, -110, -20, -74, -101, 97, -93, 27, 40, 20, -65, 65, 48,
6967-
-111, 99, -20, -112, -117, -123, -47, -105, 24, 114, -112, 74, 69, 84, 25,
6968-
93, 88, -75, 9, 46, 2, 49, 88, -116, -67, 7, -19, -83, 60, 38, 3, -34, 2,
6969-
66, -95, 27, -98, 13, 4, -17, 55, 33, 109, 11, 11, -2, -128, 121, 123, 62,
6970-
91, 120, -128, 127, 122, 115, 102, 2, 119, 0, -116, -113, -119, 6, 102,
6971-
121, -108, -126, 5, 18, 6, 4, -102, -101, -100, 114, 15, 17, 0, 59
6960+
71, 73, 70, 56, 57, 97, 16, 0, 16, 0, -60, 0, 0, 0, 0, 0,
6961+
0, 0, -127, 0, -127, 0, 0, -127, -127, -127, 0, 0, -127, 0, -127, -127,
6962+
-127, 0, -127, -127, -127, -63, -63, -63, 0, 0, -1, 0, -1, 0, 0, -1,
6963+
-1, -1, 0, 0, -1, 0, -1, -1, -1, 0, -1, -1, -1, 0, 0, 0,
6964+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
6965+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
6966+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, -7, 4,
6967+
9, 0, 0, 16, 0, 44, 0, 0, 0, 0, 16, 0, 16, 0, 0, 5,
6968+
75, 32, 36, -118, -57, 96, 14, -57, -88, 66, -27, -23, -90, -86, 43, -97,
6969+
99, 59, -65, -30, 125, -77, 3, -14, -4, 8, -109, 15, -120, -22, 61, 78,
6970+
15, -124, 15, 25, 28, 28, 93, 63, -45, 115, -22, -116, 90, -83, 82, 89,
6971+
-44, -103, 61, 44, -91, -54, -89, 19, -111, 50, 18, -51, -55, 1, 73, -121,
6972+
-53, -79, 77, 43, -101, 12, -74, -30, -99, -24, -94, 16, 0, 59,
69726973
};
69736974

69746975

0 commit comments

Comments
 (0)
Please sign in to comment.