Here you can find the source of printErrorFooter(String content)
public static void printErrorFooter(String content)
//package com.java2s; //License from project: Open Source License public class Main { public static void printErrorFooter(String content) { System.out.println(""); System.out.println("+---------------------------------------------------------+"); System.out.println("| " + content); System.out.println("+---------------------------------------------------------+"); }/*from ww w. ja v a 2s . co m*/ }