-
Desktop Java
Create new message notification pop up in Java
First create JFrame to work as pop up. Add some JLabels in it to contain information and assign them at…
Read More » -
Enterprise Java
Useful Ant build tags
Questions: How to do following tasks in ant file? Make zip file. Run command. Copy files to remote machine. Run…
Read More » -
Desktop Java
Transparent JFrame using JNA
In Make JFrame transparent I had shown a way to making frame’s transparent using AWTUtilities class. But using that class…
Read More » -
Desktop Java
Make JFrame transparent
First create a frame that has a slider in it which will be used to set transparency amount. import javax.swing.JFrame;…
Read More » -
Communications
Gateway interaction in Smack API
Gateway interaction is described by XEP-0100. The query xmlns (namespace) used for this is same as IN-Band registration, that is…
Read More » -
Enterprise Java
Simple REST client in Java
Today most of the mobile applications that used to communicate to some server use REST services. These services are also…
Read More » -
Android Core
Android: File transfer with asmack and Openfire
I have seen many peoples struggling from file transfer in asmack – Android build environment and patches for smack. I…
Read More » -
Desktop Java
Chat bubble in Java Swing
This article will explain you “how to draw chat bubble in java swing application?” Chat bubble is same as call-out…
Read More »