Search:

Type: Posts; User: chronoz13

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: non static variable this cant be referenced from a static context

    it has something to do with a program that im creating, i encountered a problem i need to solve, so im trying to implement it in a shorter code.. so i was looking for a clarification for this kind of...
  2. [SOLVED] non static variable this cant be referenced from a static context

    public class Class1 {

    private final class Class3 {

    public Class3() {

    method();
    }

    public void method() {
Results 1 to 2 of 2