It is quite simple using the transparent icon as shown below (as opposed to the black “splash screen”). Although note that although the options bar offers some “room for maneuver” in terms of how it is displayed, go on to change a few things, and instead it quickly becomes easier to use JDialog .

import java.awt.*; import java.awt.image.BufferedImage; import javax.swing.*; class IconFree { public static void main(String[] args) { Runnable r = new Runnable() { @Override public void run() {
Andrew Thompson
source share