Search:

Type: Posts; User: mikejr76

Search: Search took 0.09 seconds.

  1. Re: Accessing specific class if condition is true

    Yes it is.
  2. Replies
    13
    Views
    4,704

    [SOLVED] Re: Calculating Commission with a GUI???

    Where's your main method, variable declarations, helper methods?
  3. Replies
    13
    Views
    4,704

    [SOLVED] Re: Calculating Commission with a GUI???

    you should divide and conquer. 1st write out the math that will make up your algorithm. Then build your GUI. Then handle your events. Finally tie you logic into your events.
  4. Re: Add extended JPanel on selected index change of JComboBox

    hey, you helped me more than you know! what you said about not being able to add components got me thinking. I figured it out I add the elements in an absolute layout and set the same bounds, then...
  5. Add extended JPanel on selected index change of JComboBox

    I am trying to add a JPanel to a JFrame when the type is selected from a JComboBox. It does something funny....it looks like nothing happens but as you click on where the panel should have been...
  6. Replies
    1
    Views
    1,580

    Help with GridBagLayout

    This is my first attempt at using the GridBagLayout. Here is a screen shot of the program I made with C# that I am trying to remake in Java:
    1049


    Here is my code:


    package ISAPI;

    import...
Results 1 to 6 of 6