Search:

Type: Posts; User: Java Programmer

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,401

    Re: Auto Update JLabel on JButton Press?

    When i Press the button it dose not show it until i minimize and bring back up
  2. Replies
    2
    Views
    1,401

    Auto Update JLabel on JButton Press?

    gen = new JButton("Generate");
    add(gen);
    gen.addActionListener(new ActionListener() {

    public void actionPerformed(ActionEvent e)
    {
    Random...
Results 1 to 2 of 2