Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. StringBuilder sb = new StringBuilder();
  2. Formatter formatter = new Formatter(sb, Locale.US);
  3. formatter.format("%-16s ---%-21s--- %-21s %-23s %-25s", "IP", "BLOCKED", "BLOCKED TILL", "ACTIVITY (00:00-24:00)", "COUNTRY");
  4. System.out.println(sb.toString());
  5.  
  6. IP ---BLOCKED --- BLOCKED TILL ACTIVITY (00:00-24:00) COUNTRY
Add Comment
Please, Sign In to add comment