Why do I get this compile error for a simple class example? static context creating a class instance [duplicate]
This question already has answers here: Why do I get “non-static variable this cannot be referenced from a static context”? (8 answers) Java inner class and static nested class (28 answers) Closed 2 mins ago. I am getting the error when compiling: RoundButtonExample.java:38: error: non-static variable this cannot be referenced from a static context button […]
Why do I get this compile error for a simple class example? static context creating a class instance [duplicate]
This question already has answers here: Why do I get “non-static variable this cannot be referenced from a static context”? (8 answers) Non-static variable cannot be referenced from a static context (15 answers) Closed 20 secs ago. I am getting the error when compiling: RoundButtonExample.java:38: error: non-static variable this cannot be referenced from a static […]