Search:

Type: Posts; User: Shenaniganizer

Search: Search took 0.08 seconds.

  1. Re: Making an input dialog box appear after closing a combo box

    I kind of don't understand what I'm supposed to replace "Frame owner", "boolean modal", and "GraphicsConfiguration gc" with. I understand Strings, so I think I understand what to put there.
  2. Re: Making an input dialog box appear after closing a combo box

    Okay, I read through, and while I don't fully understand the language, I think I have a general idea of what I need to do. I think, anyway..

    Do I need to use this layout?

    public JDialog(Frame...
  3. Re: Making an input dialog box appear after closing a combo box

    I apologize, for I'm a mega-newbie, and I don't think I understand how to do that. :| Do you know of a website that may explain that in detail? Or, could you explain that to me?
  4. Re: Making an input dialog box appear after closing a combo box

    Oh! Yes, I'm sorry. I didn't understand the technical talk -- but now I see what you guys are getting at. Yes, I think that's what I'm trying to do. What, exactly, does that entail, though?
  5. Re: Making an input dialog box appear after closing a combo box

    Well.. when they push the red X at the top-right corner of the window of the combo box. When the code is run, I can view the combo box and everything in it just fine, and I can close the box by...
  6. Re: Customer counting program - while loop

    Sorry!

    I'd like the code to do this:

    ask user a question
    user answers yes, 1 is added to customer count (customer variable)
    user has to answer yes each time for 1 to be added to count
    once...
  7. Re: Making an input dialog box appear after closing a combo box

    Oh! I mean after the user closes the combo box. I'd like the user to see the combo box, initially, and when they close it, an input dialog box should appear.
  8. Customer counting program - while loop

    I'm also creating a program that's meant to be a customer counter, in that it'll add 1 to a customer variable every time a customer enters the store, so to speak. I don't know how to make the loop...
  9. Making an input dialog box appear after closing a combo box

    Hey guys, I'm trying to create a program that works like a menu for specials at a cafe. When it runs, the combo box appears and everything works as it should, but I can't figure out how to add an...
  10. Re: Issues with my ordering program - if statement issues?

    I think I can understand some of that. But, I'm just trying to figure out why the double order isn't working. I need to have the order variable there as 0, that way if the user selects one of the...
  11. Re: Issues with my ordering program - if statement issues?

    I'm sorry, I'm really new to Java. :( What exactly do you mean by a field of the class? As in, put it in curly braces?

    Where is the constructor part?
  12. Re: Other possible issues with if statements - book return program

    I kind of don't understand what you mean. :( I apologize, I'm a complete newbie at this.

    When I enter 1 for Sci-Fi, it works as intended. When I enter 2 for Non-Fiction, that's when nothing...
  13. Other possible issues with if statements - book return program

    I'm working a program that's meant to act as book return program; it'll ask you to enter a number, corresponding to the type of book you have, and depending on that number, will add 1 to a static...
  14. Issues with my ordering program - if statement issues?

    I'm writing a program for a project in my software tech class, and it's meant to act as a menu for specials at a cafe. When you click on one special, a confirmation dialog pops up, asking whether you...
  15. Replies
    1
    Views
    1,022

    Hey guys!

    I'm totally new to Java programming, just started it this semester (in August) and I think it's really cool so far. I can tell I'm at the very very bottom, though. @-) I hope I learn things quickly....
Results 1 to 15 of 15