svoid test_CustomToolTip() { var button = new JButton("Yo"); CustomToolTip tt = new(-> withBorder(jlabel(" Hello "))); tt.installOn(button); showAlwaysOnTopFrame(jfullcenter(button)); }