the method "display" is non-static.. but this method is call inside a static main method.. because of this error occurs..
change the method "display" to static..