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.

Clock Application using Java - Java Source Code for Analog Clock Application

›
For my java practical lab experiments, i had to create an analog clock using java. So, i created a Analog Clock Application using Java. ...

Simple Java Calculator Program Using Java Applet

›
Screenshot of Simple calculator applet in java This post shows a sample Calculator Program using Java Applet. This program uses the JApp...

How to Remove Title bar from JFrame of Java Application

›
To remove the title bar completely, there is a method called setUndecorated() in java. It takes a boolean variable. If the boolean is true,...

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...

How to Use System.getProperty() - Keys for System Properties

›
There is a method getProperty() in System class in java. As the name indicates, this java method is used to get System specific, operating s...

Plane Shooter Game for PC -Java Game Project with Source code

›
Plane Shooter is a single player lightweight Java game for Computers. It is a 2D game that works well even on  low end computers. The game s...

PanzerFight - Two player Action Game (Java Game) For Any OS

›
PanzerFight is an interesting two player game for PC. The game is played between two players on same computer (can be on same keyboard). E...

How to Change Image in JButton in Java - Set Icon of JButton

›
In this post we are discussing how to change the image in button in Java. There may be situations in Jbutton with Image set programmin...

Online Mobile Recharge Simulation Application in Java

›
Here i am adding an online mobile recharge application. It is coded in Java. It is a java desktop application using pure java only and simul...

How to Display Multiple Lines in JLabel

›
HTML formatted multiline JLabel Jlabel is actually intended to show single line of text. But you may sometimes ask how to make JLabel t...
‹
›
Home
View web version
Powered by Blogger.