Aplikasi Database Perpustakaan

Form Welcome

  • Mengaktifkan Form login, klik tombol Login

Form Login
  • Msukkan User Name : INDRA
  • Masukkan   Password  : birowo
  • Kemudian pilihlah tombol Ok dan klik
Form Utama

Untuk Keluar tekan tombol Exit
Form Exit
Kemudian pilih tombol Yes

Anda dapat menguinduh filenya Perpustakaan.exe disini!!
Download Full Application Database perpustakaan version 1.0.0 create by Bintoro Ali,

================== Download ==================  

Foto foto Syur




kepress Code

void setup()
{
  size(400,200);
}

void draw()
{
  background(0);
  if(keyPressed==true)
  {
    if(key=='d' || key=='D')
    {
      fill(255,255,0);
      ellipse(100,100,100,100);
    }
    else if(key=='k' || key=='K')
    {
      fill(0,255,0);
      rect(50,50,100,100);
    }
  }
}

keypress object

void setup()
{
  size(400,200);
  background(0);
}
color warna=color(255);
void draw()
{
  fill(warna);
  rect(25,25,50,50);
}

void keyPressed()
{
  if(key==CODED)
  {
    if(keyCode==LEFT)
    {
      warna=color(255,255,0);
    }
    else if(keyCode==DOWN)
    {
      warna=color(0,255,0);
    }
  }
}

contoh company profile


Program Papan Catur dengan proccessing

//program perulangan pembuatan papan catur

int i;
void setup()
{
  size(400,360);
}
void draw()
{                                
  //putih
  fill(255);
  for(i=0; i<350; i=i+45)
  rect(20+i,i,45,45);
  fill(255);
  for(i=0; i<250; i=i+45)
  rect(110+i,i,45,45);
  fill(255);
  for(i=0; i<150; i=i+45)
  rect(200+i,i,45,45);
  fill(255);
  for(i=0; i<50; i=i+45)
  rect(290+i,i,45,45);
  fill(255);
  for(i=0; i<250; i=i+45)
  rect(20+i,i+90,45,45);
  fill(255);
  for(i=0; i<180; i=i+45)
  rect(20+i,i+180,45,45);
  fill(255);
  for(i=0; i<50; i=i+45)
  rect(20+i,i+270,45,45);
 

KERUPUK CUMI

Bagi anda yang suka dengan kuliner camilan makanan ringan yang masih jarang di wilayah nusantara kita, kami menyediakan kuliner camilan makanan ringan " KERUPUK CUMI ", bila anda ingin memesannya tlg hubungi hp 0852 2868 0282

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Bintoro Ali
');