Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. String ret = String.format( "%s %-" + Integer.toString(articleNameLength) + "s %3s %9.2f EUR",
  2. (new SimpleDateFormat("dd.MM.yyyy")).format(date), article, " ", price );
  3.  
  4. java -jar MyBudget.ja
  5.  
  6. list.setFont(new Font("Monospaced", Font.BOLD, 12));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement