标签: java swing jframe jlabel
我想在JLabel中使用Tab。为什么我的代码不起作用?
String tab = String.format("%c", '\t'); label.setText("Total:" + tab + total + " CHF");