Beispiel #1
0
 static void configColors(Frame frame) {
   frame.setBackground(Main.getOptions().getColor("muffin.bg"));
   frame.setForeground(Main.getOptions().getColor("muffin.fg"));
 }