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....
User Profile
Collapse
-
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;...Leave a comment:
-
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!Leave a comment:
-
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;...Leave a comment:
-
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.Leave a comment:
-
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...Leave a comment:
-
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;...Leave a comment:
-
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 thisLeave a comment:
-
What a nice way of putting things ! :( I will recompile and give you the error brbLeave a comment:
-
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;... -
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;
...
No activity results to display
Show More
Leave a comment: