Search:

Type: Posts; User: Mr.777

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,876

    Re: Accessing Variables Between Classes

    Well, to add more into your information to read and understand stack traces

    clearly mentions that compiler can not resolve displayPanel as a variable coz it doesn't even know it. So, there can be...
  2. Replies
    9
    Views
    1,876

    Re: Accessing Variables Between Classes

    double object1A = Double.parseDouble(displayPanel.object1a.getText());
    How can you access displayPanel directly in your DataHandling class? Your class name is DisplayPanel and displayPanel is the...
Results 1 to 2 of 2