static JPanel jrightalignedbutton(S text, O action) { ret jrightalignedline(jbutton(text, action)); } static JPanel jrightalignedbutton(S text) { ret jrightalignedbutton(text, null); }