Forum: Java Apr 2nd, 2006 |
| Replies: 1 Views: 2,388 Sorry for double posting. I'm just going to give a more in depth thing explanation of what I said before.
1. My program works fine now. In Orderlist i originally wrote
public class... |
Forum: Java Apr 1st, 2006 |
| Replies: 1 Views: 2,388 Hey guys! :D
My program implements the vector class however it only shows I know how to use the Vector Class, and not how to develop a code for a linked list :( My teacher says I can just do a... |
Forum: Java Mar 31st, 2006 |
| Replies: 4 Views: 1,479 Hey thanks everyone...It works now :D.
BTW as a side note, my teacher doesn't want me to use "vectors" cuz it shows implementation and not "mastery". I just go get the source code and change the... |
Forum: Java Mar 22nd, 2006 |
| Replies: 4 Views: 1,479 Sincerest apologies. What happens is that I save the file no problem however when I move to panel 2 to load the file, it fails to display. Hope that covers everything. PEace. |
Forum: Java Mar 22nd, 2006 |
| Replies: 4 Views: 1,479 Hi everyone! (it's been awhile XD)
I've gone and done my homework. And here I am with a program that works...pretty well I think.
There appears to be a problem with the saving/loading. Originally... |
Forum: Java Jun 1st, 2005 |
| Replies: 4 Views: 3,853 The program is 90% done :D...everything works except for one little thing...
THe date doesn't appear to be working :( I tried messing around with the true false but it doesn't seem to have any... |
Forum: Java Jun 1st, 2005 |
| Replies: 4 Views: 3,853 Here...passengerdata
import java.io.Serializable;
import javax.swing.*;
public class PassengerData implements Serializable
{
private String firstName;
private String lastName; |
Forum: Java May 31st, 2005 |
| Replies: 4 Views: 3,853 Hi Everyone! THis is my final program :D
Of course it's not done...but I just wanted some feedback...and any ideas on how to fix my GUI XD...Any help is appreciated ^^. BUt please don't copy lol XD... |
Forum: Java May 30th, 2005 |
| Replies: 6 Views: 7,987 WEll i managed to fix it...
altho here's the main problem i was addressing...
see how it cramps up?
http://img179.echo.cx/img179/7200/error6xa.th.jpg... |
Forum: Java May 29th, 2005 |
| Replies: 6 Views: 7,987 Heres my program...so far.
The applet is not initiliazing now and I have no idea why...
It's unfinished so yeah alot of the stuff is unused so far XD
SOrry i couldn't put up a pic
import... |
Forum: Java May 29th, 2005 |
| Replies: 6 Views: 7,987 Well the title prett much tells you what error I have XD...
so far....
JLabel label1 = new JLabel( "AIRLINE RESERVATION", SwingConstants.CENTER );
JPanel panel1 = new JPanel();... |
Forum: Java Apr 10th, 2005 |
| Replies: 3 Views: 1,645 WEll I'm kinda new to Java programming...but we got a major project coming up and I got stuck on one of the examples. This is for a validation code, to validate correct inputs....the errors are... |
Forum: Windows Software Mar 23rd, 2005 |
| Replies: 1 Views: 3,480 I want to use "sumif" function in an excel worksheet, but I have 2 criteria I must fulfill. How would I got about doing that?
I am currently running windows XP and using the office 2003 for Excel.... |