Java Tongue

Tutorials, tips and tricks about java programming language. Answers for many doubts about java programming language. Answering many howtos. Sample java projects and source code, java games, java programs for java practical labs.

Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

How to Launch a Application or Executable Using Java Code with Command Line Arguments

›
In this post, we shall see how to launch an application with its command line arguments using Java code. Most applications take path of a fi...

How to Load a Webpage in a Java App

›
Do you wonder how to load a webpage in your java application? It is simple. You can load a web document whether it is a web document in inte...

How to Set JFrame in Center of Screen

›
By default, a java application appears at top left corner of the screen. You might have seen that most of the applications appear in the mid...

How to Close or Exit a Java App When some Button is Clicked

›
To close a Java app, System.exit() can be used. This function can be used to close the app if an error occurs or no error is occurred. If n...
›
Home
View web version
Powered by Blogger.