You want to buy something?
i think this site help you to buy some stuffs or animals like computer, appliance, pets and ect…
just browse the site so that you can see what do you want to buy.
i think this site help you to buy some stuffs or animals like computer, appliance, pets and ect…
just browse the site so that you can see what do you want to buy.
/* * EmployeeInformation.java * * Created on September 27, 2007, 5:24 PM */ package Client; import Entity.EmployeeRegistration; /** * * @author Admin */ public class EmployeeInformation extends javax.swing.JFrame { /** Creates new form EmployeeInformation */ public EmployeeInformation(int id,int age,String lastname,String firstname,String middlename, String sss, String civil, String tin , String address) { initComponents(); jLabel10.setText(Integer.valueOf(id).toString()); jLabel11.setText(lastname); jLabel12.setText(firstname); jLabel13.setText(middlename); jLabel14.setText(Integer.valueOf(age).toString()); jLabel15.setText(sss); jLabel16.setText(tin); jLabel17.setText(civil); jLabel18.setText(address); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ // private void initComponents() { jPanel1 = new javax.swing.JPanel(); jLabel1 = new javax.swing.JLabel(); jLabel2 = new javax.swing.JLabel(); jLabel3 = new javax.swing.JLabel(); jLabel4 = new javax.swing.JLabel(); jLabel5 = new javax.swing.JLabel(); jLabel6 = new javax.swing.JLabel(); jLabel7 = new javax.swing.JLabel(); jLabel8 = new javax.swing.JLabel(); jLabel9 = new javax.swing.JLabel(); jLabel10 = new javax.swing.JLabel(); jLabel11 = new javax.swing.JLabel(); jLabel12 = new javax.swing.JLabel(); jLabel13 = new javax.swing.JLabel(); jLabel14 = new javax.swing.JLabel(); jLabel15 = new javax.swing.JLabel(); jLabel16 = new javax.swing.JLabel(); jLabel17 = new javax.swing.JLabel(); jButton1 = new javax.swing.JButton(); jLabel18 = new javax.swing.JLabel(); setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); jPanel1.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "Employee Information", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("Tahoma", 1, 14), new java.awt.Color(51, 51, 255))); jLabel1.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel1.setText("Employee ID:"); jLabel2.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel2.setText("Lastname:"); jLabel3.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel3.setText("Firstname:"); jLabel4.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel4.setText("Middlename:"); jLabel5.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel5.setText("Age:"); jLabel6.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel6.setText("SSS No.:"); jLabel7.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel7.setText("TIN No.:"); jLabel8.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel8.setText("Civil:"); jLabel9.setFont(new java.awt.Font("Tahoma", 1, 12)); jLabel9.setText("Address:"); jLabel10.setText("jLabel10"); jLabel11.setText("jLabel11"); jLabel12.setText("jLabel12"); jLabel13.setText("jLabel13"); jLabel14.setText("jLabel14"); jLabel15.setText("jLabel15"); jLabel16.setText("jLabel16"); jLabel17.setText("jLabel17"); jButton1.setText("Close"); jButton1.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton1ActionPerformed(evt); } }); jLabel18.setText("jLabel18"); org.jdesktop.layout.GroupLayout jPanel1Layout = new org.jdesktop.layout.GroupLayout(jPanel1); jPanel1.setLayout(jPanel1Layout); jPanel1Layout.setHorizontalGroup( jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(jPanel1Layout.createSequentialGroup() .addContainerGap() .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(jLabel1) .add(jLabel2) .add(jLabel3) .add(jLabel4) .add(jLabel5) .add(jLabel6) .add(jLabel7) .add(jLabel8) .add(jLabel9)) .add(32, 32, 32) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(jLabel17) .add(jLabel16) .add(jLabel15) .add(jLabel14) .add(jLabel13) .add(jLabel12) .add(jLabel11) .add(jLabel10) .add(jLabel18)) .addContainerGap(87, Short.MAX_VALUE)) .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup() .addContainerGap(190, Short.MAX_VALUE) .add(jButton1)) ); jPanel1Layout.setVerticalGroup( jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(jPanel1Layout.createSequentialGroup() .addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel1) .add(jLabel10)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel2) .add(jLabel11)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel3) .add(jLabel12)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel4) .add(jLabel13)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel5) .add(jLabel14)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel6) .add(jLabel15)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel7) .add(jLabel16)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel8) .add(jLabel17)) .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED) .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE) .add(jLabel9) .add(jLabel18)) .add(30, 30, 30) .add(jButton1)) ); org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(layout.createSequentialGroup() .addContainerGap() .add(jPanel1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addContainerGap()) ); layout.setVerticalGroup( layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(layout.createSequentialGroup() .addContainerGap() .add(jPanel1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE) .addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) ); pack(); }// private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: System.exit(0); } /** * @param args the command line arguments */ // Variables declaration - do not modify private javax.swing.JButton jButton1; private javax.swing.JLabel jLabel1; private javax.swing.JLabel jLabel10; private javax.swing.JLabel jLabel11; private javax.swing.JLabel jLabel12; private javax.swing.JLabel jLabel13; private javax.swing.JLabel jLabel14; private javax.swing.JLabel jLabel15; private javax.swing.JLabel jLabel16; private javax.swing.JLabel jLabel17; private javax.swing.JLabel jLabel18; private javax.swing.JLabel jLabel2; private javax.swing.JLabel jLabel3; private javax.swing.JLabel jLabel4; private javax.swing.JLabel jLabel5; private javax.swing.JLabel jLabel6; private javax.swing.JLabel jLabel7; private javax.swing.JLabel jLabel8; private javax.swing.JLabel jLabel9; private javax.swing.JPanel jPanel1; // End of variables declaration }
#include <iostream>
#include <conio.h>
using namespace std;
struct node
{
int num;
node *lLink;
node *rLink;
};
void createLeaf(node *&root);
void connectLeaf(node *leaf,node *current);
void preOrder(node *current);
void inOrder(node *current);
void postOrder(node *current);
void smallestNumber(node *current);
void biggestNumber(node *current);
void menu(int& choice);
main()
{
int choice;
node *root;
root = NULL;
do
{
menu(choice);
switch(choice)
{
case 1:
createLeaf(root);
getch();
break;
case 2:
cout<<"Pre-order Traversal"<<endl<<endl;
preOrder(root);
getch();
break;
case 3:
cout<<"In-order Traversal"<<endl<<endl;
inOrder(root);
getch();
break;
case 4:
cout<<"Post-order Traversal"<<endl<<endl;
postOrder(root);
getch();
break;
case 5:
cout<<"Smallest Number"<<endl<<endl;
smallestNumber(root);
getch();
break;
case 6:
cout<<"Biggest Number"<<endl<<endl;
biggestNumber(root);
getch();
break;
}
}while(choice!=8);
}
void menu(int& choice)
{
//int choice
system("cls");
cout<<"[1] Add Node"<<endl
<<"[2] Preorder Traversal"<<endl
<<"[3] Inorder Traversal"<<endl
<<"[4] Postorder Traversal"<<endl
<<"[5] Smallest Number"<<endl
<<"[6] Biggest Number"<<endl
<<"[8] Exit"<<endl
<<"Enter your choice:";
cin>>choice;
//return choice;
}
void createLeaf(node* &root)
{
node *leaf;
int num;
leaf=new node;
leaf->lLink=NULL;
leaf->rLink=NULL;
cout<<"Enter number:";
cin>>num;
leaf->num=num;
if(root==NULL){root=leaf;cout<<num<<" is made as a root";}
else connectLeaf(leaf,root);
}
void connectLeaf(node *leaf,node *current)
{
if(leaf->num > current->num )
{
if(current->rLink!=NULL)
{
cout<<"Move to the right of "<<current->num<<endl;
connectLeaf(leaf,current->rLink);
}
else
{
current->rLink=leaf;
cout<<leaf->num<<" is connected to the right of "<<current->num<<endl;
}
}
else
{
if(current->lLink!=NULL)
{
cout<<"Move to the left of "<<current->num<<endl;
connectLeaf(leaf,current->lLink);
}
else
{
current->lLink=leaf;
cout<<leaf->num<<" is connected to the left of "<<current->num<<endl;
}
}
}
void preOrder(node* current)
{
cout<<current->num<<" ";
if(current->lLink!=NULL) {preOrder(current->lLink);}
if(current->rLink!=NULL) {preOrder(current->rLink);}
}
void inOrder(node *current)
{
if(current->lLink!=NULL) {inOrder(current->lLink);}
cout<<current->num<<" ";
if(current->rLink!=NULL) {inOrder(current->rLink);}
}
void postOrder(node *current)
{
if(current->lLink!=NULL) {postOrder(current->lLink);}
if(current->rLink!=NULL) {postOrder(current->rLink);}
cout<<current->num<<" ";
}
void smallestNumber(node *current)
{
}
void biggestNumber(node *current)
{
}
The owner of this dog is me and my girlfriend! i like dis dog very much!
name:akachan
age: 1month
breed:ambull
The history of my name is, my father said that he give me a name jeffrey because one day he think what would be the name of his son. Then the word jeffrey came out to his mind because he remember that Jeffrey means god peace. He want me to be a peaceful person that will not have any enemies and the meaning of my name is God’s Peace. I get the meaning of my name from my father and through internet.
I have read this quotes on the net and i really like it and it has a wonderful meanings!
-EvenThough-
Though I Know You Made Me Cry
Even You Turned My World So Dry
My Love 4 u Will Always Stay
Until We Reach Our Judgement Day.
It’s Really Hard 4 Me To Forgive
But You’re The Only Reason Y I Live
Though You Broke My Heart Apart
How I Wish We’ll Go Back To Start.
Hope u Know It Hurts Me So Bad
‘Coz You’re The Best Thing I Ever Had
To See u Walking w/ Someone Else
Is Like Putting Me In Such A Mess
It Makes Me Wish To Die On That Day
Than Listen To The Lies u Aim To SAY.
"How do I LOVE YOU?"
let me count the ways,
I LOVE YOU as much as i could,
I LOVE YOU more than my life,
I LOVE YOU with all my heart and with
unlimited time, I LOVE YOU until the
end,
I LOVE YOU with great support,
I LOVE YOU spiritualy and freely,
I LOVE YOU! I LOVE YOU!
I LOVE YOU! I LOVE YOU!!!!!
"I will climb"
For you I would climb
The highest mountain peak
Swim the deepest ocean
Your love I do seek.
For you I would cross
The rivers most wide
Walk the hottest desert sand
To have you by my side.
For you are the one
Who makes me whole
You’ve captured my heart
And touched my soul.
For you are the one
That stepped out of my dreams
Gave me new hope
Showed me what love means.
For you alone
Are my reason to live
For the compassion you show
And the care that you give.
You came into my life
And made me complete
Each time I see you
My heart skips a beat.
For you define beauty
In both body and mind
Your soft, gentle face
More beauty I’ll ne’er find.
For you are the one
God sent from above
The angel I needed
For whom I do love.
i have watched the wilyonaryo in youtube! all i can say is that they must explain to the people why or what is the reason of that tragedy.
what can u say about the wilyonaryo?
it is a scam or not?
Get free blog up and running in minutes with Blogsome | Theme designs available here