java

JToolTip Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that has the JToolTip Component using Java. The JToolTip is used to display a text or a tip of the component. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jToolTipComponent.java. 2.

JSpinner Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will have a JSpinner Component in Java. A JSpinner Component is similar to a JComboBox and JList in java that it has object options to choose but this component has only a single line input field that lets the user select an object value from an ordered sequence. It will have the SpinnerModel to have the JSpinner's sequence. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jSpinnerComponent.java. 2.

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.

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.