void initWarning() { warning = new JLabel("Warnings"); UIUtils.setBoldFont(warning); add(warning, ToolbarLayout.START); }
void initError() { error = new JLabel("Errors"); UIUtils.setBoldFont(error); add(error, ToolbarLayout.START); }