Skip to content

Instantly share code, notes, and snippets.

View rpmcdougall's full-sized avatar
⌨️
λ

Ryan McDougall rpmcdougall

⌨️
λ
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rpmcdougall on github.
  • I am rpmcdougall (https://keybase.io/rpmcdougall) on keybase.
  • I have a public key ASB1ibZyKedbwzFyiNrxKbmKEd13PvmQf-DCLHkMKI6dggo

To claim this, I am signing this object:

import javax.swing.*;
import java.awt.*;
public class FlowerPanel extends JPanel {
int width = 1024;
int height = 768;
public FlowerPanel() {
setBorder(BorderFactory.createLineBorder(Color.BLUE));
}