mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
changing layout of themes folder for multiple sets
This commit is contained in:
@@ -65,7 +65,7 @@ public class ThemeSelector extends JFrame implements Tool {
|
||||
themeContents = new String[COUNT];
|
||||
for (int i = 0; i < COUNT; i++) {
|
||||
try {
|
||||
File file = Base.getLibFile("themes/" + themeOrder[i] + ".txt");
|
||||
File file = Base.getLibFile("themes/Minerals/" + themeOrder[i] + ".txt");
|
||||
themeContents[i] = Util.loadFile(file);
|
||||
|
||||
} catch (IOException e) {
|
||||
@@ -178,7 +178,7 @@ public class ThemeSelector extends JFrame implements Tool {
|
||||
Image image;
|
||||
|
||||
ColorfulPanel() {
|
||||
image = Toolkit.getLibImage("themes/4x4.png");
|
||||
image = Toolkit.getLibImage("themes/Minerals/4x4.png");
|
||||
addMouseListener(new MouseAdapter() {
|
||||
@Override
|
||||
public void mousePressed(MouseEvent e) {
|
||||
|
||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
@@ -0,0 +1,16 @@
|
||||
kyanite
|
||||
calcite
|
||||
olivine
|
||||
beryl
|
||||
galena
|
||||
jasper
|
||||
malachite
|
||||
pyrite
|
||||
gabbro
|
||||
fluorite
|
||||
orpiment
|
||||
feldspar
|
||||
antimony
|
||||
serandite
|
||||
bauxite
|
||||
garnet
|
||||
Reference in New Issue
Block a user