public void initializeGUI() {
setLayout(new FlowLayout(FlowLayout.CENTER));
Box b = new Box(BoxLayout.Y_AXIS);
{
VersionNumber vn = CurrentVersion.version();
b.add(new JLabel("BNU-Bot " + vn.toString()));
b.add(new JLabel("Built " + vn.getBuildDate()));
b.add(new JLabel("Created by BNU-Camel"));
b.add(Box.createVerticalStrut(15));
b.add(new JLabel("This project is distributed under the"));
b.add(new JLabel("GNU Public License, Version 2"));
b.add(Box.createVerticalStrut(15));