User Profile

Collapse

Profile Sidebar

Collapse
mistb2002
mistb2002
Last Activity: Jun 2 '07, 10:41 AM
Joined: May 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mistb2002
    replied to Inventory program in Java
    in Java
    How did you get your add button to work I have my delete button working but I am stuck from there. this what my program looks like:

    I finally got my add button to work thank god for back up disk because I did not save the correct file on my pc. I was using the correct code all along but just in the wrong order....
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory Program part 6
    in Java
    I cannot get this program to add can you take a look?


    This is the button frame

    // Display The CDs.
    import java.text.*;
    import java.util.*;

    import java.awt.*;
    import java.awt.FlowLa yout;
    import java.awt.event. ActionListener;
    import java.awt.event. ActionEvent;
    import javax.swing.JFr ame;
    import javax.swing.JBu tton;
    import javax.swing.JTe xtField;...
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory Program part 6
    in Java
    I enjoy breaking and fixing a pc rather than programming. programming keeps me up all hours of the night. I'm starting to eat drink and sleep JAVA[ mainly how to improve my program] The first thing I did when I came home was hit the pc to work on my program, I did not even greet my daughter. this is baaaad!
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory Program part 6
    in Java
    I finaly got it I was on the right track by adding the JButtons for delete and add but now when I am running the program it is doing the opposite the delete is adding and the adding is deleting. look this is my ButtonFrame:
    // Display The CDs.
    import java.text.*;
    import java.util.*;

    import java.awt.*;
    import java.awt.FlowLa yout;
    import java.awt.event. ActionListener;
    import java.awt.event. ActionEvent;...
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory Program part 6
    in Java
    I apologized I was too impatient and went to another post for help I am new to this and I thank you. I am taking a deserve break to eat and will resume in 1 hour. noone ever told me java was going to be this hard.
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory program in Java
    in Java
    no I am not cutting a pasting anything I am actually in attendance at the university of phoenix and I partially have just the icon for add and I am lost in figuring out how to add the delete icon and then producing the screen for a user input. you weren't helping me so I went to another forum. I have no intentions on copying anyones work I want to do this on my own but I have been on this pc since 12am last night. I am getting truly frustrated at...
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory program in Java
    in Java
    I am having the same problem I developed the icon for add but I am lost this is my program I called this one my buttonframe



    // Display The DVDs.
    import java.text.*;
    import java.util.*;

    import java.awt.*;
    import java.awt.FlowLa yout;
    import java.awt.event. ActionListener;
    import java.awt.event. ActionEvent;
    import javax.swing.JFr ame;
    import javax.swing.JBu tton;...
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory Program part 6
    in Java
    Okay I am trying to write the program to allow user input for a dvd database.

    I am trying to create prompt that once add is selected another field opens allowing user input. so far I have the icon for add but I cannot develop the code for this
    See more | Go to post

    Leave a comment:


  • mistb2002
    replied to Inventory Program part 6
    in Java
    What a nice way of putting things ! :( I will recompile and give you the error brb
    See more | Go to post

    Leave a comment:


  • mistb2002
    started a topic Inventory Program part 6
    in Java

    Inventory Program part 6

    I am trying to modify my program to add and delete inventory items. I tried just adding but I am getting mutliple errors help.

    This is what my program currently looks like what am I missing?

    // Display The DVDs.
    import java.text.*;
    import java.util.*;

    import java.awt.*;
    import java.awt.FlowLa yout;
    import java.awt.event. ActionListener;
    import java.awt.event. ActionEvent;...
    See more | Go to post
    Last edited by mistb2002; May 28 '07, 03:10 PM. Reason: missing main question for help

  • mistb2002
    started a topic Inventory Program part 6
    in Java

    Inventory Program part 6

    I am trying to modify my program to add and delete inventory items. I tried just adding but I am getting mutliple errors help.

    This is what my program currently looks like
    [code=java]
    // Display The DVDs.
    import java.text.*;
    import java.util.*;

    import java.awt.*;
    import java.awt.FlowLa yout;
    import java.awt.event. ActionListener;
    import java.awt.event. ActionEvent;
    ...
    See more | Go to post
    Last edited by JosAH; May 28 '07, 03:08 PM. Reason: added [code] ... [/code] tags
No activity results to display
Show More
Working...