< EditText
            android:id="@+id/txt_password"
            android:layout_width="250px"
            android:layout_height="wrap_content"
            android:hint="Password"
            android:password="true" />
인건 알고있습니다.
이걸 java코드로는 어떻게 넣어야될지 모르겠네요.
EditText a = new EditText();
에서 a.password가 없네요...