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