Java

GiveMeTime In Java

Submitted by 563 on
In this Project you see how to create an Application that take time in hour, minute and seconds, after that specific time it will automatically turn off your computer. this Application is Designed in Photoshop and coded with java, if someone want to turn off his computer at night at specific time or after sleep then they can put that specific time in and after it computer will be turn off

Notepad in Java(MStech NotePad)

Submitted by mind.scapes.9 on
In this project, you will learn how to create a notepad using Java. We all know that notepad is very common and is always attached when installing Windows OS. But isn't it interesting how they were made and what is the source code used? Feel free to explore in this project and learn something. Thank you in advance for reading my project.

Move Line in Java using Swing Components, JPanel, JFrame and Graphics

Submitted by Mzweh on
Move Line in java using swing components, JPanel,JFrame and Graphics. This is a Java small program that I created on jGRASP but it is possible to open it on Notepad++, notepad, jCreator and other softwares for java. Move Line either left or right by clicking on the respective button or direction key on keyboard. The display consists of two JPanels in a JFrame, arranged using BorderLayout. The top

Toast Notifications in Android Application

Submitted by pavel7_7_7 on
In this tutorial you will find the information about how to use toast notifications in your Android Project. Toast notification is a message that appears in your application window. The size of this notification is exact as needed to show all the information of the message. After it is show, Toast Notification disappears. In the most cases is used to show a short text message. To show the Toast Notification you need to initialize the object of the Toast.

Calculator Using Java

Submitted by 563 on
This is a small application, it requires two double type values from user in two different text fields and it calculates on that values (+, -, *, /). Five buttons for four basic Operation and one with button "C" to clear text fields. In the zip file, there is a source code as will as the setup file of this app. If you wants to use the setup only, you should install JDK on your computer. For JDK