Desktop Site
This article has not yet passed wikiHow's quality review process. Learn more

How to Print on the Screen in Java



This article has been tagged as a stub.


That means it's off to a good start, but still has room to grow into a more helpful resource. Until the article reaches its full potential, it will be hidden from search results. Can you help it flourish? If you think the article offers complete and accurate instructions, feel free to remove this tag.

Java

Ok,
Close
This article has not yet passed wikiHow's quality review process. Learn more

EditSteps

  1. 1
    Download and install InteliJIDEA.
  2. 2
    Install Java JDK libary and open program IntelJIDEA.
  3. 3
    Click on the "file" button and create a new project. Next choose the libary that you downloaded before you runed the program. Then click the buttons next>next>finish
  4. 4
    Right click on src, next create a new class and create a name for it.
  5. 5
    Now you can start to create your program.
  6. 6
    Now you can start to create your program. after "{" you can start writing your code. Start with psvm then click tab button.
  7. 7
    After psvm write sout and click tab again. In the ("") you can write the text that you want to show. When you complete click ctrl+shift+f10.

Did this article help you?

Yes
No