Search:

Type: Posts; User: crazydeo

Search: Search took 0.11 seconds.

  1. Java program with abstract class along with two subclasses

    This is what I am supposed to do:

    Create application that will allow you to create a new account either savings or checking for your customer. It must allow the customer to deposit as well as...
  2. Java program to display 2D Array in ComboBox

    How do I select a column in the array? I can select the row just fine but for my ComboBox I need to select the column as the values for the combobox.

    Thanks in advance.



    String[][]...
  3. Re: 2 D Array and JComboBox on a JPanel

    Any ideas?
  4. Re: 2 D Array and JComboBox on a JPanel

    I want brandATextField, BrandCTextField, and BrandXtextField to be updated once a selection has been made in the combobox with the corresponding info from partString. The other textfields are only...
  5. Java program for 2D Array with values in Jpanel and combobox to display values in array

    I don't know if I will be able to explain this well, but here it goes.

    I havea 2 dimensional array with values in a Jpanel and I want to use a combobox instead of a JList to show the values in the...
  6. Re: Project help needed

    Thank you Engineeringserver!!!!
  7. How to create a menu for the user which add new parts,search existing parts and display the table to view all in Java?

    In this assignment we are to create a two dimensional array to do the following
    Create a menu for the user to add new parts (without duplicating or leaving any fields blank)
    Search for exiting...
  8. Replies
    9
    Views
    2,443

    [SOLVED] Re: Please HELP!!! Need help with Output

    Thank you FLASH and Engineeringserver!!!! You both seriously saved me a lot of headache!!
  9. Replies
    9
    Views
    2,443

    [SOLVED] Re: Please HELP!!! Need help with Output

    Any luck Flash?
  10. Replies
    9
    Views
    2,443

    [SOLVED] Re: Please HELP!!! Need help with Output

    Ok I fixed that error..... I don't know why but I placed my try and catch twice. Removed the bottom one and now I don't have that error.



    import javax.swing.*;
    import java.awt.event.*;...
  11. Replies
    9
    Views
    2,443

    [SOLVED] Re: Please HELP!!! Need help with Output

    Here is the Calculation class just in case.




    public class Calculation
    {
    private double priceDouble, subTotalDouble, taxDouble,
    shippingDouble, totalDouble, discountDouble;
    private...
  12. Replies
    9
    Views
    2,443

    [SOLVED] Java program error in displaying Output

    I've been working on this project all night and have been unsuccessful in getting the values to display in output. All I get once I push the calculate button are 0's for each of the values, but the...
Results 1 to 12 of 12