noob question about boolean methods2515 (3/25/2009 2:16:46 PM) comp.lang.java.programmer Hello, I am checking if the ArrayList contains the string sales and cost of goods sold.. I know the ArrayList contains the words but when I check it through a method.. it returns false. public boolean contains... justineee
VALUE MANIPULATION IN MySQL with JAVA question..933 (3/19/2009 10:56:25 AM) comp.lang.java.programmer Hello, I am creating a mini accounting software that adds account names and their respective values.. I use mySQL as my database for this project and I am successful in making tables for each account name upon ... justineee
ONE ARRAYLIST IN MANY CLASSES QUESTION922 (3/10/2009 12:58:48 PM) comp.lang.java.programmer Question.. I have an arraylist named accountNameList in the Journal.class, then I have another class named Ledger.class.. Can I still read the values of the arraylist in the Journal.class and do the same thing... justineee
JAVA GUI QUESTION 2241 (3/9/2009 3:47:36 PM) comp.lang.java.programmer i have two guis named loginFrame and journalFrame.. when I press the button in loginButton in the loginFrame .. what I want to happen is that when I press the login button in the loginFrame.. the journalFrame s... justineee
JAVA GUI QUESTION... #2030 (3/9/2009 3:45:16 PM) comp.lang.java.programmer i have two guis named loginFrame and journalFrame.. when I press the button in loginButton in the loginFrame .. what I want to happen is that when I press the login button in the loginFrame.. the journalFrame s... justineee
JAVA GUI QUESTION...520 (3/5/2009 2:47:05 PM) comp.lang.java.programmer I have two classes of GUI named LoginGui and Journalizing... I made them in GuiGenie.. There is an okButton in the LoginGui and what I want is when I press that button.. the LoginGui disappears and the Journali... justineee
NEED HELP ON ACCOUNTING SOFTWARE PROJECT.615 (2/11/2009 11:37:29 AM) comp.lang.java.programmer Hello I need help with the ideas on how to do my accounting software project.. The accounting software should be capable of handling all the steps in the accounting cycle. Specifically, the following modules s... justineee
HOW WOULD I MAKE A BUTTON MOVE?122 (12/5/2008 1:29:54 AM) comp.lang.java.programmer I'm just wondering how would I make a JButton move. I am supposed to make a program that uses queueing. I am supposed to make a "Diner Dash"-like simulation. However, it is only a simulation so when the user pr... justineee
HOW TO SORT ARRAYLIST WITH CREATED CLASS.426 (11/11/2008 2:52:42 PM) comp.lang.java.programmer Hey, I have this ArrayList.. ArrayList dictionary = new ArrayList(); I am trying to sort this out but Collections.sort won't work because of the "Word" class. How will I fix this? Thanks -- Justine ... justineee
File Reader and Array loop problem316 (10/29/2008 3:31:56 PM) comp.lang.java.programmer Hi Everyone, I created this method.. public void loadFile(String[] array) throws IOException { int nWords=0; FileReader f = new FileReader ("initlist.txt"); Scanner input = new Scanner (f); while (... aguas.justine(51)
Is this the correct way to delete an array??828 (10/30/2008 12:56:40 PM) comp.lang.java.programmer Hi everyone, this is a code implemented in a button in my program. I tried to convert the array into a list to remove a specific element then convert it back to an array. It has no errors but when I press the ... aguas.justine(51)
Idea on this program please.298 (11/6/2008 2:58:38 PM) comp.lang.java.programmer Hello Everyone, I will need to create a program that functions like a personal dictionary. I will add words (I used ArrayList here..) and then add definition and also can delete the definition that has been ad... aguas.justine(51)
NEED HELP ON ACCOUNTING SOFTWARE PROJECT.615 (2/11/2009 11:37:29 AM) comp.lang.java.programmer Hello I need help with the ideas on how to do my accounting software project.. The accounting software should be capable of handling all the steps in the accounting cycle. Specifically, the following modules s... aguas.justine(51)
JAVA GUI QUESTION...520 (3/5/2009 2:47:05 PM) comp.lang.java.programmer I have two classes of GUI named LoginGui and Journalizing... I made them in GuiGenie.. There is an okButton in the LoginGui and what I want is when I press that button.. the LoginGui disappears and the Journali... aguas.justine(51)
ONE ARRAYLIST IN MANY CLASSES QUESTION922 (3/10/2009 12:58:48 PM) comp.lang.java.programmer Question.. I have an arraylist named accountNameList in the Journal.class, then I have another class named Ledger.class.. Can I still read the values of the arraylist in the Journal.class and do the same thing... aguas.justine(51)
noob question about boolean methods2515 (3/25/2009 2:16:46 PM) comp.lang.java.programmer Hello, I am checking if the ArrayList contains the string sales and cost of goods sold.. I know the ArrayList contains the words but when I check it through a method.. it returns false. public boolean contains... aguas.justine(51)