static A jtransparent_hard(final A a) { swing { a.setOpaque(false); a.setBackground(new Color(0, 0, 0, 0)); } ret a; }