
It’s cute (>o<)

It’s cute (>o<)
EclipseでProce55ingするにはここを参照。
C:processing-0125-expertlibrariesopengllibrary と入力する。JFrame 内でPApplet を Embedded として動作させるには、
public static void main(String[] args) {
JFrame f = new JFrame("Embedded");
f.setLayout(new BorderLayout());
PApplet embed = new <font color="blue">PAppletのクラス名</font><font>();
f.add(embed, BorderLayout.CENTER);
f.setSize(DIM, DIM);
f.setVisible(true);
// important to call this whenever embedding a PApplet.
// It ensures that the animation thread is started and
// that other internal variables are properly set.
embed.init();
}
でOK。

I saw the Oasis car that advertises their new album in Umeda.
When I just try to take a picture with my cellphone, the car began to move.
Therefore the photo is slightly blurred.
I was not aware of that the new album has been released, so I was excited about that!
There is no way that I won’t buy this album.


here is my new iPod touch.
It has very exciting feutures in it.
I can bring it together and various informations are always being in my hand. hehehe
Let us make original application for this!
I wonder whether the money will come to my wallet?