4142434445464748
public class RaspberryScheme extends ColorSchemeRobot { /** * Creates the screenshot robot. */ public RaspberryScheme() { super(new RaspberryColorScheme(), "C:/jprojects/substance/www/images/screenshots/colorschemes/raspberry.png"); }
4243444546474849
/** * Creates the screenshot robot. */ public RaspberryScheme() { super( new RaspberryColorScheme(), "/Users/kirillg/JProjects/substance/www/images/screenshots/colorschemes/raspberry.png"); }