Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AsciiTable at = new AsciiTable();
- at.addRule();
- at.addRow("row 1 col 1", "row 1 col 2");
- at.addRule();
- at.addRow("row 2 col 1", "row 2 col 2");
- at.addRule();
- String rend = at.render();
- System.out.println(rend);
Advertisement
Add Comment
Please, Sign In to add comment