Remember, you MUST register to post on the Fiesta Fan forums. It's completely free to join. Just click HERE to become a member for free!


REGISTER NOW TO REMOVE ALL ADS ON THIS FORUM!

Reply
 
Thread Tools Search this Thread Display Modes
Old 03-24-2008, 06:56 PM   #1
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
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"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:11 PM   #2
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
i love you eclipse <3
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:18 PM   #3
Lithon
The Lithonator!!
 
Lithon's Avatar
 
Tournaments Won: 2

In-Game Name: Lithon
Current Level: 63
Server: Teva
Posts: 90
Lithon is on a distinguished road
Send a message via Yahoo to Lithon
O.o i would think ppl are more happy with GUI than command, if we are talkin about the same thing lol
__________________
Lithon is offline   Reply With Quote
Old 03-24-2008, 07:21 PM   #4
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
when writing the program, no. GUI takes more stuff, or at least used to, not sure now after 1.5 which made a lot of things easier *needs to read his book*. however once again i love you eclipse, yes write the code for me >:3

btw, eclipse is the compiler i'm using.
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:22 PM   #5
Spirit
complete once again


 
Spirit's Avatar
 
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
Spirit has disabled reputation
Graphical User Interface?
__________________


Spirit_of_Water- -Spirit_of_Earth- -Spirit_of_Fire- -Spirit_of_Wind- -Spirit_of_Sky
x101xxxxxxxxxxx70xxxxxxxxxx90xxxxxxxxxx89xxxxxxxxxxx72
Spirit is offline   Reply With Quote
Old 03-24-2008, 07:24 PM   #6
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
Originally Posted by Spirit View Post
Graphical User Interface?
yea

also, i don't really feel like working right now i want to go back to sleep or play fiesta or holic
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:25 PM   #7
Lithon
The Lithonator!!
 
Lithon's Avatar
 
Tournaments Won: 2

In-Game Name: Lithon
Current Level: 63
Server: Teva
Posts: 90
Lithon is on a distinguished road
Send a message via Yahoo to Lithon
lol, so i see, and i wish i was home!!.............must work on my samurai in FFXI
__________________
Lithon is offline   Reply With Quote
Old 03-24-2008, 07:27 PM   #8
Spirit
complete once again


 
Spirit's Avatar
 
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
Spirit has disabled reputation
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_Sky
x101xxxxxxxxxxx70xxxxxxxxxx90xxxxxxxxxx89xxxxxxxxxxx72
Spirit is offline   Reply With Quote
Old 03-24-2008, 07:27 PM   #9
Zwivix
AichtVeeGee4Life

 
Zwivix's Avatar
 
Moebius Syndrome Champion!Tournaments Won: 7

In-Game Name: Zwivix|iThePirate|GardenWeasel
Current Level: 103.01| 67.10|50.24
Server: Teva
Posts: 2,412
Zwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to behold
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
Zwivix is offline   Reply With Quote
Old 03-24-2008, 07:40 PM   #10
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
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..
Destrus is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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.