arregladojunnalizait134.blogspot.com
IT134A_DDS: February 2009
http://arregladojunnalizait134.blogspot.com/2009_02_01_archive.html
Program Solution for Direct Clothing by: Arreglado. Program Solution for Direct Clothing. View my complete profile. Sunday, February 8, 2009. Program Solution for Direct Clothing by: Arreglado, Junnaliza. Programme name: Direct Clothing Case Study(customer class). Date started: february 7, 2009. Date ended: february 8, 2009. Programme purpose: to be able to make sulotion for the direct clothing problem*/. Private int customerid;. Private String name;. Private String address;. Private int phonenumber;.
arregladojunnalizait134.blogspot.com
IT134A_DDS: ArrayList and Iterators
http://arregladojunnalizait134.blogspot.com/2009/03/arraylist-and-iterators.html
User-Friendly Division by:Junnaliza Arreglado. View my complete profile. Monday, March 2, 2009. Programmer name: Arreglado, Junnaliza. Date started: march 2, 2009. Date finished: march2, 2009. Prgramme name: making array ang traversing through the use of iterators. Import java.util.ListIterator;. Import java.util.ArrayList;. Import java.util.Iterator;. Public class Ar iter. Public static void main(String args[])throws Exception. Listadd("yhang"); / initialization of the arraylist. System.out.prin...To cr...
arregladojunnalizait134.blogspot.com
IT134A_DDS: Java exercises
http://arregladojunnalizait134.blogspot.com/2009/03/java-exercises.html
User-Friendly Division by:Junnaliza Arreglado. View my complete profile. Wednesday, March 18, 2009. Programmer: junnaliza Arreglado . Programme name: hello object program . Date started: march 17, 2009 . Date ended: march 17, 2009 . Purpose: manipulate String. . Import javax.swing.*;. Public class wordReverse {. 160; public static void main(String[] args) {. 160; String input; / Used for the input string. 160; String reversed; / Reversed form or the input string. 160; reversed = " ;. 160; for (int i=0; i.
arregladojunnalizait134.blogspot.com
IT134A_DDS: User-Friendly Division by:Junnaliza Arreglado
http://arregladojunnalizait134.blogspot.com/2009/03/user-friendly-division-byjunnaliza.html
User-Friendly Division by:Junnaliza Arreglado. View my complete profile. Saturday, March 7, 2009. User-Friendly Division by:Junnaliza Arreglado. Date Started: March 6,2009. Date Finished:March 7,2009. Programme Name: User-Friendly Division. Purpose: To use Exception handling in the Programme. Import java.util.*; / importing the java util package that holds the InputMismatch and the Scanner class. Public static int quo(int num, int div)throws ArithmeticException. Public static void main(String args[]).
macaubosdandyit134.blogspot.com
IT134_DDS: Exer no.1 (WORD REVERSER )
http://macaubosdandyit134.blogspot.com/2009/03/exer-no1-word-reverser.html
Tuesday, March 17, 2009. Exer no.1 (WORD REVERSER ). Programmer : Dandy A. Macaubos. ProgramName: Word Reverser . Purpose : To make a program that will print out word that will be reverse in it's original order. Date : March 17,2009. Instructor : Dony Dongiapon. 160; public static void main(String[] args). 160; / The normal sentence that is going to be reversed. 160; String words = "Go to the main menu";. 160; . 160; String reverse2=" ;.
matigareubenit134.blogspot.com
IT134_DDS: exerCise ##: Combination Lock
http://matigareubenit134.blogspot.com/2009/03/combination-lock.html
Wednesday, March 18, 2009. ExerCise # : Combination Lock. ProgrammerName: Reuben D. matiga. Purpose: To Learned more in java. Date: March 19,2009. Import java.awt.*;. Import javax.swing.*;. Public class CombinationLock extends JFrame {. Public static void main (String [] args) {. New CombinationLock().setVisible(true);. Public CombinationLock () {. Container cp = getContentPane();. CpsetLayout(new FlowLayout() ;. Cpadd(new JButton("0") ;. Cpadd(new JButton("1") ;. Cpadd(new JButton("2") ;.
matigareubenit134.blogspot.com
IT134_DDS: February 2009
http://matigareubenit134.blogspot.com/2009_02_01_archive.html
Monday, February 9, 2009. Case Study of Direct Clothing. Pogrammer Name : Reuben Matiga. 160; Date Started : 02-06-09. 160; Date Finished : 02-08-09. 160; Program Name : Direct Clothing Case Study. 160; Program Purpose : To have a solution in case study. 160; private int CustomerID;. 160; public String Name;. 160; public int PhoneNumber;. 160; publicString Address;. 160; publicString Emailaddress;. 160; / This is a Customer constructor. 160; {. 160; CustomerID = newCustomerID;. 160; .
arregladojunnalizait134.blogspot.com
IT134A_DDS: Program Solution for Direct Clothing by: Arreglado, Junnaliza
http://arregladojunnalizait134.blogspot.com/2009/02/program-solution-for-direct-clothing-by.html
Program Solution for Direct Clothing by: Arreglado. Program Solution for Direct Clothing. View my complete profile. Sunday, February 8, 2009. Program Solution for Direct Clothing by: Arreglado, Junnaliza. Programme name: Direct Clothing Case Study(customer class). Date started: february 7, 2009. Date ended: february 8, 2009. Programme purpose: to be able to make sulotion for the direct clothing problem*/. Private int customerid;. Private String name;. Private String address;. Private int phonenumber;.
macaubosdandyit134.blogspot.com
IT134_DDS: Exercise no.4 (ECHO)
http://macaubosdandyit134.blogspot.com/2009/03/exercise-no4-echo.html
Tuesday, March 17, 2009. Exercise no.4 (ECHO). ProgrammerName: Dandy A. Macaubos. ProgramName : Echo. Purpose : to make a program that echo's name problems. Date : March 17,2009. Instructor : Dony Dongiapon. Import java.util.Scanner;. Import java.io.*;. Public class reverse {. 160; . 160; public static void main(String[] args) throws IOException. 160; / The normal sentence that is going to be reversed. 160; String words = in.nextLine();.
macaubosdandyit134.blogspot.com
IT134_DDS: Exercise no.2 (COLOR CYCLE)
http://macaubosdandyit134.blogspot.com/2009/03/exercise-no2-color-cycle.html
Tuesday, March 17, 2009. Exercise no.2 (COLOR CYCLE). ProgrammerName: Dandy A. Macaubos. ProgramName : CoLor CycLe . Purpose : to make a program that will cycle through four different colors. Date : March 17,2009. Instructor : Dony Dongiapon. Import java.awt.BorderLayout;. Import java.awt.Color;. Import java.awt.event.ActionEvent;. Import java.awt.event.ActionListener;. Import javax.swing.BorderFactory;. Import javax.swing.JButton;. Import javax.swing.JComponent;. Import javax.swing.JFrame;. 160; } else {.