Forum: Java Nov 16th, 2004 |
| Replies: 3 Views: 8,597 thanks a lot guys for the help, i will post my code right away. :) thanks again |
Forum: Java Nov 9th, 2004 |
| Replies: 5 Views: 3,694 i dont know exactly why constructors are being used, it is used in what purpose? |
Forum: Java Nov 9th, 2004 |
| Replies: 3 Views: 8,597 i have a public class named as clsbanking using JFrame, and then this frame has a menubar, that has FILE menuitem in it. the FILE menu has an Exit option which will actually close the whole frame for... |
Forum: Java Nov 9th, 2004 |
| Replies: 1 Views: 3,640 hello guys, i have a manipulation screen using Jinternal Frame which is a child frame accessed from the main frame. the child frame has save command wherein updates for a specific record is made. i... |
Forum: Java Sep 20th, 2004 |
| Replies: 16 Views: 4,717 yah thats right...but i know i can be good in java in time, it will be because of this group and my eagerness to learn the language. |
Forum: Java Sep 20th, 2004 |
| Replies: 16 Views: 4,717 apcxpc,
thanks for the answers, thanks a lot...thats all i can say right now. thanks for the help really. |
Forum: Java Sep 19th, 2004 |
| Replies: 16 Views: 4,717 hi cosi, thanks for the big help. i really know that there is a way to make this short using arrays but i dont know how to do that i cant find reference material for this during that time, coz i was... |
Forum: Java Sep 19th, 2004 |
| Replies: 2 Views: 4,384 thanks a lot you are a big help. muah :) |
Forum: Java Sep 18th, 2004 |
| Replies: 16 Views: 4,717 |
Forum: Java Sep 17th, 2004 |
| Replies: 0 Views: 1,553 how am i going to repeat my whole game program? i dont know what to do. i have the codes below. and this program is already running, i have compiled it and it has no syntax and logical error, this... |
Forum: Java Sep 17th, 2004 |
| Replies: 16 Views: 4,717 yes my program compiles with no errors on it, this is 100% sure. i have tested it and its working with the only problem that i cant repeat it, u will notice from the bottom part of this program the... |
Forum: Java Sep 16th, 2004 |
| Replies: 16 Views: 4,717 sorry guys i thought i already attached my code.. but this is my program. the program is done except for a problem how to repeat the game once the player chooses the Yes button after he/she is asked... |
Forum: Java Sep 16th, 2004 |
| Replies: 16 Views: 4,717 sorry guys, here is my code:
import java.awt.*;
import java.lang.Math;
import java.applet.Applet;
import javax.swing.*;
import java.awt.event.*;
public class mastermind extends Applet... |
Forum: Java Sep 14th, 2004 |
| Replies: 16 Views: 4,717 here is my program and hope u could help me solve my problem on how to repeat this whole game program when the player chooses the the Yes button which indicates that he'd like to play again.
... |
Forum: Java Sep 11th, 2004 |
| Replies: 4 Views: 2,924 i would like to try creating an object of that GUI class, but where will i create it? i mean where can i replace that object? |
Forum: Java Sep 11th, 2004 |
| Replies: 4 Views: 2,924 where do u specifically declare the object of that same gui class? |
Forum: Java Sep 11th, 2004 |
| Replies: 2 Views: 4,384 hey guys, i am on the process of finishing this program it is supposed to be finished already only that I do not know how am i going to repeat the whole game after the user chooses the Yes Button... |
Forum: Java Sep 11th, 2004 |
| Replies: 4 Views: 2,924 :?: hello everyone, id like to ask for some help. i am a beginner in Java programming. i am doing mastermind game using java. the whole logic of the game is already finished, and my ONLY problem... |