:: my frenz ::

:: leave ur link here ::

:: betrayed ::

What happened to our friendship?

It just suddenly faded . .
now u became someone that i hated.
I don't understand what happened,
You haven't made it clear.
Everything was lost, n that was what i feared.

You never realize how much friends
mean to you until they leave you.
Why Must I care you when you treat
 me as a THING than as a FRIEND??
One day you will be pay for it...
Someone will let you feel that way!!!

This time i think our friendship will end...
everyone says we're sister...
and repeatedly you stabbed me...
harshly in my back...




do you ever wonder why i'm laughing with a group of friends on a second, but two seconds later i have a distant look in my eyes, three seconds later i have no track of the conversation, four seconds later i wish i was anywhere but there, five seconds later i'm forcing the smile back on my face pretending that i did not  know what's going on, when really i'm too caught up with all the thoughts in my broken heart.


:: thank's 4 reading ::

:: keramat ::

salam n wink2* ;)

dah tgk cita keramat x???
ala cita seram yg bru dtayangkan 12 Jan bru2 neyh...
fara tgk da smlm kat wayang..
actually cita 2 kan seram..
tp smlm fara asa cm tgk cita lawak ja..
x smpat nk asa keseraman cita 2..
bukan sb cita 2.. tp dsebabkan owg yg tgk cita 2..
tah apa2 lagi.. owg nak tgk cita seram..
bley wat lawak plak... 


Di tahun 1900, seorang lelaki bernama Habib telah difitnah merosakkan kehormatan Mustika. Akibat dari itu, Habib telah dikerumuni dan dipukul oleh orang kampong diketuai oleh Jabar, abang kandung Mustika. Habib yang merupakan bukan calang-calang orang terus dipukul dan kain yang selama ini menutupi wajahnya ditarik oleh orang kampong dan berlakulah satu peristiwa yang amat dahsyat di mana semua penduduk kampung mati dek cahaya terang yang terpancar dari wajah Habib.
Di zaman ini, kehidupan dua beradik iaitu Nazmir dan Nasti mula dihantui pelbagai pertistiwa pelik dan menyeramkan bermula dengan kehilangan bayi yang dikandung Syazura, isteri Nazmir. Sejak itu, seorang demi seorang ditimpa pelbagai peristiwa di luar fikiran termasuk Munirah, Isteri Nasti. Keinginan Syazura untuk pulang ke kampong halaman suaminya menjadikan keadaan bertambah rumit. Satu persatu rahsia terbongkar dan mendedahkan sebuah sejarah yang mengejutkan Nazmir, Syazura, Nasti dan Munirah. Siapa sebenarnya dalang dalam perkara ini dan apakah rahsia tersebut?

so bila fara tgk cita neyh.. fara kurang paham skit la jln cita dy..
tp oke la..



:: thank's 4 reading ::

:: c0mey x bas neyh ::

salam n wink2* ;)
entry lepas fara da wat sal coding muka senyum kan..
kali neyh wat coding nak lukis bas plak..

import javax.swing.JApplet; //import class JApplet
import java.awt.*; //import package awt
public class exercise3 extends JApplet {
    public void paint(Graphics g)
    {
        super.paint(g); //call superclass version of method paint
       
        g.setColor(Color.MAGENTA); //set the color
        g.fillRoundRect(50,30,250,80,20,20);
     
        g.setColor(Color.ORANGE); //set the color
        g.fillRect(88,50,20,60);  //draw the rectangle and fill it with color
       
        g.setColor(Color.BLACK); //set the color
        g.drawRect(88,50,20,60); //draw the rectangle
        g.drawRoundRect(50,30,250,80,20,20); //draw the Roundrectangle
       
        g.setColor(Color.LIGHT_GRAY); //set the color
        g.fillRoundRect(60,40,20,30,10,10); //draw the Roundrectangle and fill it with color
        g.fillRoundRect(120,40,20,30,10,10); //draw the Roundrectangle and fill it with color
        g.fillRoundRect(150,40,20,30,10,10); //draw the Roundrectangle and fill it with color
        g.fillRoundRect(180,40,20,30,10,10); //draw the Roundrectangle and fill it with color
        g.fillRoundRect(210,40,20,30,10,10); //draw the Roundrectangle and fill it with color
        g.fillRoundRect(240,40,20,30,10,10); //draw the Roundrectangle and fill it with color
        g.fillRoundRect(270,40,20,30,10,10); //draw the Roundrectangle and fill it with color
       
        g.setColor(Color.BLACK); //set the color
        g.drawRoundRect(60,40,20,30,10,10); //draw the Roundrectangle
        g.drawRoundRect(120,40,20,30,10,10); //draw the Roundrectangle
        g.drawRoundRect(150,40,20,30,10,10); //draw the Roundrectangle
        g.drawRoundRect(180,40,20,30,10,10); //draw the Roundrectangle
        g.drawRoundRect(210,40,20,30,10,10); //draw the Roundrectangle
        g.drawRoundRect(240,40,20,30,10,10); //draw the Roundrectangle
        g.drawRoundRect(270,40,20,30,10,10); //draw the Roundrectangle
     
               
        g.setColor(Color.BLACK); //set the color
        g.fillOval(120,100,20,20); //draw an oval and fill it with color
        g.fillOval(220,100,20,20); //draw an oval and fill it with color
        g.fillRect(300,90,10,10); //draw an oval and fill it with color
       
        g.drawString("Let's Go Travel",160,90); //write a string with it coordinate
       
    }
}
so.. this is the output..
jangan gelak tau..






:: thank's 4 reading ::