コード例 #1
0
ファイル: StatusIcon.java プロジェクト: grafov/tribaltrouble
 public final void appendToolTip(ToolTipBox tool_tip_box) {
   String tooltip_str =
       Utils.getBundleString(
           ResourceBundle.getBundle(StatusIcon.class.getName()),
           "max",
           new Object[] {tooltip, new Integer(counter.getMaxSupplies())});
   tool_tip_box.append(tooltip_str);
 }