Repositories (1)

SwingImageFilters
1 snippets stored for this repo
Java IconJava
//this.setLayout(null);
        this.setBounds(0,0,500,500);
        try {
            this.image = ImageIO.read(new File("Rizz/angryBirdsStartPage.png").getAbsoluteFile());
        } catch (IOException e) {
            throw new RuntimeException(e);
        }