setLayout(new ProfileDisplayLayout());
LinedBoxPanel buttonsPanel = new LinedBoxPanel(true).fullyPadded();
launchButton = new JButton(_("launcher.launch"));
editProfileButton = new JButton(_("launcher.editProfile"));
XHTMLPanel view = new XHTMLPanel(new ResourceUserAgent());
view.getSharedContext().getTextRenderer().setSmoothingThreshold(6f);
Font font = launchButton.getFont().deriveFont(13f);
launchButton.setFont(font);
editProfileButton.setFont(font);