Search:

Type: Posts; User: StandbyExplosion

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Refreshing Variables Displayed on a JPanel

    Ahh I see, sorry for the misunderstanding :P
    I will give it a go in the morning :-)
    Many thanks for your help and links! :D
  2. [SOLVED] Re: Refreshing Variables Displayed on a JPanel

    Okay, thank you, I will do some more research of my own before re-posting. I think what I am struggling to find out is how to change items on the JPanel once the button has been clicked, I know how...
  3. [SOLVED] Re: Refreshing Variables Displayed on a JPanel

    Okay, here is the if statement after the click takes place on the "Ok" button, this is what I believe to be relevant:


    @Override
    public void actionPerformed(ActionEvent e)
    {
    // TODO...
  4. [SOLVED] Refreshing Variables Displayed on a JPanel

    I have a small app used to display a score for two players and area to put in scores that should be taken away from the total, for use in a game of darts.

    I have a button that when pressed,...
Results 1 to 4 of 4