
|
|
03-24-2008, 06:56 PM
|
#1
|
Lizard Knight
|
bleh
this lab has to do with GUI. i no where near memorized that, this could take me a while ;_;
__________________
"Broken moves are also vampiric in nature"

|
|
|
03-24-2008, 07:22 PM
|
#5
|
complete once again
Tournaments Won: 11
In-Game Name: Spirit_of_Water, Spirit_of_Earth, Spirit_of_Fire, Spirit_of_Wind, Spirit_of_Sky
Current Level: Level 101 Guardian, Level 70 Fighter, Level 90 Mage, Level 89 Archer, Level 72 Trickster
Server: Teva
Posts: 6,146
|
Graphical User Interface?
__________________
Spirit_of_Water- -Spirit_of_Earth- -Spirit_of_Fire- -Spirit_of_Wind- -Spirit_of_Skyx101xxxxxxxxxxx70xxxxxxxxxx90xxxxxxxxxx89xxxxxxxxxxx72
|
|
|
03-24-2008, 07:27 PM
|
#8
|
complete once again
Tournaments Won: 11
In-Game Name: Spirit_of_Water, Spirit_of_Earth, Spirit_of_Fire, Spirit_of_Wind, Spirit_of_Sky
Current Level: Level 101 Guardian, Level 70 Fighter, Level 90 Mage, Level 89 Archer, Level 72 Trickster
Server: Teva
Posts: 6,146
|
Haha, at first I thought it was a medical term (I guess because you used the word lab and i associate labs with medical stuff). So I googled it.  Go me!!
<----- not very bright on these issues. 
__________________
Spirit_of_Water- -Spirit_of_Earth- -Spirit_of_Fire- -Spirit_of_Wind- -Spirit_of_Skyx101xxxxxxxxxxx70xxxxxxxxxx90xxxxxxxxxx89xxxxxxxxxxx72
|
|
|
03-24-2008, 07:27 PM
|
#9
|
AichtVeeGee4Life
|
I wish I was home on Spring Break....must keep bored away...
I have no idea what you guys are talking about but i wish i did ^^
__________________
● If I kill you, that means I'll be the one closest to you when you're on your deathbed●
● If anyone else kills you, I'll kill that person●
Disclaimer:150% guy I prefer the siggys with the hot babes for my own visual gratification!"
TEVA: ||Zwivix (Lv.103)[Ranger]||Holy_VanGuards||♥Nilathiel♥
||iThePirate(Lv.66)[Warrior]||VanGuards
||GardenWeasel(Lv.50)[WizMage]||VanGuards
|
|
|
03-24-2008, 07:40 PM
|
#10
|
Lizard Knight
|
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author --------------, Mar 24, 2008
*
*/
public class Bank {
/**
* <b>Intent:</b> Describe the purpose of the method. <br>
* <b>Pre-condition:</b> Describe what needs to be true before use of
* method. <br>
* <b>Post-condition:</b> Describe what is true after a call to method.
* <br>
*
* @param args
* @throws IOException
*/
public static void main(String[] args) throws IOException {
ArrayList<BankAccount> aList1 = new ArrayList<BankAccount>();
Scanner inFile = new Scanner(new File("lab9.dat"));
BankAccount a1;
String n;
double mun;
int num;
while (inFile.hasNext()) {
n = inFile.nextLine();
num = inFile.nextInt();
mun = inFile.nextDouble();
a1 = new BankAccount(n, num, mun);
aList1.add(a1);
}
}
}
ffs, exception in main blah blah blah yet my brain is not functioning properly to figure out what i screwed up
__________________
"Broken moves are also vampiric in nature"

Last edited by Destrus; 03-24-2008 at 08:14 PM..
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 03:31 PM.
Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.6 Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
| |
| |