Category: Swing

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 results in access restriction compile time error, resolution in Eclipse is also shown in that post. Now here is the version using java natives. I have used Java Native Access (JNA) library to call native functions to … Continue reading Transparent JFrame using JNA

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 or thought bubble. Today most of the chat application is showing conversion in this format, so this article will help you to do the same in desktop application made in java swing. Following class is … Continue reading Chat bubble in java swing