Preston
0
Q:

how to make an invisiblke button in swing

//Invisible/Transparent Button in swing
button.setOpaque(false);
button.setContentAreaFilled(false);
button.setBorderPainted(false);
1

New to Communities?

Join the community