Search:

Type: Posts; User: helloworld922

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    2,146

    Re: Java project

    What I would do is create instance variables for a JButton and JTextField in your main application GUI class. Then, add your application as the ActionListener for the JButton. Everytime the JButton...
  2. Replies
    5
    Views
    2,146

    Re: Java project

    Code is what you right to tell the computer what to do. It looks something like this:


    public static void main(String[] args)
    {
    System.out.println("Hello world!");
    }


    Obviously, your...
Results 1 to 2 of 2