List of utility methods to do JButton Create
JButton b = new JButton(name); b.setToolTipText(tooltip); b.addActionListener(al); return b;