つらねの日記

プログラムの進捗やゲームをプレイした感想などを書き連ねる日記。

2015-04-07から1日間の記事一覧

お絵かきソフト2

PGraphics go; ArrayList lines; Line nowDraw; ColorCircle colorCircle; Button back; Button clear; GroupButton penWidth[] = new GroupButton[6]; int penW = 2; ArrayList buttons = new ArrayList(); void setup() { size(500, 400); colorMode(HSB, …