Forum: Java Apr 3rd, 2009 |
| Replies: 10 Views: 614 Alot of information has been given and you should be able to get it working. just do some trial and error that is the best way with programming.
also you can use
BufferedReader to get the users... |
Forum: Java Apr 3rd, 2009 |
| Replies: 0 Views: 205 hello everyone,
i was just wondering for people who have used db4o before
is there anywhere that i can do a query to get the most popular cinema show, and a query to get total money made for each... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 553 lol thanks for that reply BestJewSinceJC is there any chance you can explain the second scenario please?? what i dont understand is where should i make the array of seats?? ahhhhhhh |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 553 kool thanks very much guys will try this later on tonight and try and get it done. i feel you have helped me understand this much better and i feel more confortable than before. i will let you know... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 553 Hey thanks for your quick reply once again, i understand what you mean. but can i construct that array in the seat class like int[] upper= {1,2,3,4,5,6,7,8,9,10}; for the seats?
or would i have to... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 553 ok kool thanks for the help so much everyone its much apperciated.
i will try and make this class tonight.
but what i dont understand is, do i then eg make an array for the rows and seats eg have... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 553 hey verruckt24 well im not even sure what attributes to have lol i mean i know i would have price, num of seats in row , number of rows and isbooked as you have suggested. can you think of anymore??... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 553 hello everyone,
im trying to make a theatre program and im at a dead end so im hoping for some help please.
if someone can help see my problem clearer or post some sample code it will be much... |
Forum: Java Jan 1st, 2009 |
| Replies: 5 Views: 409 wow thanks very much for that i will try and implement this into my program and get it to work. all this is much apperciated and have a happy new year |
Forum: Java Dec 31st, 2008 |
| Replies: 5 Views: 409 hi thanks for the replies everyone. i have done a to string method to get it to display my information its just i dont know how to calculate the cost of that certain supplier and how many times it... |
Forum: Java Dec 30th, 2008 |
| Replies: 5 Views: 409 hey can anyone help me with some work please i have been asked
to:
provide information about the number and total amount of purchases from each suppliers each month, the number of sales and total... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 497 oh ok i understand you now yes i havent got a petshop class at the momment. so if i was to do this would it make much of a difference as i was doing a gui?? |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 497 hey i kind of understand what you mean stephen well at the momment a pet is split into 4 sections that i stated above all i wish to do is when i add a pet such as a mammal it will add it into a... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 497 hey thats what i have done so far im just not sure on where to declare the first arraylist as it actually for the gui could i just it declare it to the actual pet clases with all my getters and... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 497 sorry to bother all of you again but i was just wondering if i can use the same arraylist more than 1 time.
this is for my project i have to create a gui for a pet store and a pet can be either a... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 1,414 sorry about the slang it was getting late and i just ended up using it sorry if it offended anyone. |
Forum: Java Dec 13th, 2008 |
| Replies: 7 Views: 1,414 thanks very much m8 i will try this 2moro hope i can get it 2 work thanks |
Forum: Java Dec 13th, 2008 |
| Replies: 7 Views: 1,414 hi i was doing some work for my project in a gui and i wanted to print out the information in my arraylist but when i do print out the object all i get is Customer@197d257
i have used the follwing... |