getText ().length() == 0) { super.setText(""); } } public void focusLost(FocusEvent e) { if(this.getText().length() == 0) { setHint(hint); } } public String ...
確定! 回上一頁