mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
get images from correct location
This commit is contained in:
@@ -106,7 +106,7 @@ public class EditorHeader extends JComponent {
|
||||
pieces = new Image[STATUS.length][WHERE.length];
|
||||
for (int i = 0; i < STATUS.length; i++) {
|
||||
for (int j = 0; j < WHERE.length; j++) {
|
||||
String filename = "tab-" + STATUS[i] + "-" + WHERE[j] + ".gif";
|
||||
String filename = "theme/tab-" + STATUS[i] + "-" + WHERE[j] + ".gif";
|
||||
pieces[i][j] = mode.loadImage(filename);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user