I'm currently making the skeleton of a game inside of intelij because I can't do graphics processing yet. The current situation is that I need dialogue so there for I need to use print functions and pauses between them.
public class Intelijence {
    public static void main(String[] args) {
        System.out.println("dfdfddd");
        ?
        System.out.println("dfdfddd");
    }
}
So I know some Ideas Like the sleep and wait functions but I'm not sure I am entering them in wrong or if they are just for another language (BTW it's in java)
 
     
    